make menus more spacious

This commit is contained in:
Ajay Bura 2025-07-26 13:44:02 +05:30
parent 67b05eeb09
commit 6b2c35597f
34 changed files with 69 additions and 71 deletions

View file

@ -59,11 +59,11 @@ function UsernameHint({ server }: { server: string }) {
}}
>
<Menu>
<Header size="300" style={{ padding: `0 ${config.space.S200}` }}>
<Header size="400" style={{ padding: `0 ${config.space.S400}` }}>
<Text size="L400">Hint</Text>
</Header>
<Box
style={{ padding: config.space.S200, paddingTop: 0 }}
style={{ padding: config.space.S400, paddingTop: 0 }}
direction="Column"
tabIndex={0}
gap="100"