style changes

some small style changes like cursor types on hover and some color changes.
This commit is contained in:
2025-07-22 09:26:40 -07:00
parent 118792ec7c
commit 999206b013
5 changed files with 39 additions and 35 deletions
@@ -16,7 +16,7 @@ export default function Header() {
<chakra.div css={styles}>
<Button color="color" variant="plain" textStyle="5xl" fontWeight="bold">VDAP</Button>
<Flex align="center" gap={3} pr={6}>
<Stack gap="0" textAlign="right">
<Stack gap="0" textAlign="right" cursor="default">
<Text color="color" fontWeight="bold" textStyle="lg">{user.name}</Text>
<Text color="fg.muted" textStyle="sm">{user.email}</Text>
</Stack>