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>
)
}