tiny aesthetic changes
This commit is contained in:
@@ -10,7 +10,7 @@ export function SettingsButton({onAddWidget, onEditWidgets, onDeleteWidgets}) {
|
||||
// This uses Chakra's built in menu component
|
||||
<Menu.Root>
|
||||
<Menu.Trigger asChild>
|
||||
<IconButton variant="ghost" size="md">
|
||||
<IconButton variant="ghost" size="md" borderRadius="xl">
|
||||
<FiSettings />
|
||||
</IconButton>
|
||||
</Menu.Trigger>
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function Header({ view, setView }) {
|
||||
<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" cursor="default">
|
||||
<Stack gap="0" textAlign="center" cursor="default">
|
||||
<Text color="color" fontWeight="bold" textStyle="lg">{user.name}</Text>
|
||||
<Text color="fg.muted" textStyle="sm">{user.email}</Text>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user