feat: change documenation border radious

This commit is contained in:
Valerio Ageno
2024-08-17 16:23:57 +02:00
parent 480973318d
commit d982c9c24b
2 changed files with 17 additions and 11 deletions
@@ -6,16 +6,16 @@ import { Link } from 'tuono'
export default function Actions(): JSX.Element {
return (
<Flex gap={8}>
<Button
href="/documentation"
component={Link}
size="compact-lg"
rightSection={<IconBook />}
autoContrast
>
Get started
</Button>
<Group gap={8} visibleFrom="sm">
<Button
href="/documentation"
component={Link}
size="compact-lg"
rightSection={<IconBook />}
autoContrast
>
Get started
</Button>
<ActionIcon
variant="default"
size="lg"
@@ -36,9 +36,8 @@ export default function Actions(): JSX.Element {
>
<IconBrandX />
</ActionIcon>
<ThemeBtn />
</Group>
<ThemeBtn />
</Flex>
)
}
+7
View File
@@ -22,6 +22,13 @@ const theme = createTheme({
primaryShade: { light: 6, dark: 9 },
fontFamily: 'Roboto',
respectReducedMotion: true,
radius: {
xs: '8px',
lg: '8px',
xl: '8px',
md: '8px',
sm: '8px',
},
fontSizes: {
// 'xs' | 'sm' | 'md' | 'lg' | 'xl'
xs: '16px',