updated colors
adjusted text colors of sidebar tabs and header logo and username from black to dark green.
This commit is contained in:
@@ -13,11 +13,11 @@ export default function Header() {
|
||||
alignItems="center" paddingLeft={5} paddingRight={2}
|
||||
bg="#EDF1F1"
|
||||
>
|
||||
<Button variant="plain" textStyle="5xl" fontWeight="bold">VDAP</Button>
|
||||
<Button color="#19332D" variant="plain" textStyle="5xl" fontWeight="bold">VDAP</Button>
|
||||
<Button variant="plain">
|
||||
<HStack key={user.email} gap="4">
|
||||
<Stack gap="0">
|
||||
<Text fontWeight="bold" textStyle="lg">{user.name}</Text>
|
||||
<Text color="#19332D" fontWeight="bold" textStyle="lg">{user.name}</Text>
|
||||
<Text color="fg.muted" textStyle="sm">{user.email}</Text>
|
||||
</Stack>
|
||||
<Avatar.Root>
|
||||
|
||||
Reference in New Issue
Block a user