updated colors

adjusted text colors of sidebar tabs and header logo and username from black to dark green.
This commit is contained in:
2025-07-09 09:03:34 -07:00
parent 186e8baefc
commit bf9a9d8461
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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>