added close button to sidebar
I added the close button to the sidebar (no functionality yet). I also fixed the canvas grid width and height
This commit is contained in:
@@ -11,8 +11,9 @@ export default function Header() {
|
||||
flexDirection="row"
|
||||
justifyContent="space-between"
|
||||
alignItems="center" paddingLeft={5} paddingRight={2}
|
||||
>
|
||||
<Button variant="plain" textStyle="4xl" fontWeight="bold">VDAP</Button>
|
||||
bg="#EDF1F1"
|
||||
>
|
||||
<Button variant="plain" textStyle="5xl" fontWeight="bold">VDAP</Button>
|
||||
<Button variant="plain">
|
||||
<HStack key={user.email} gap="4">
|
||||
<Stack gap="0">
|
||||
|
||||
Reference in New Issue
Block a user