From d982c9c24b36a0f5031abfcc9cbffced7051c93c Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 17 Aug 2024 16:23:57 +0200 Subject: [PATCH] feat: change documenation border radious --- .../src/components/navbar/actions.tsx | 21 +++++++++---------- apps/documentation/src/routes/__root.tsx | 7 +++++++ 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/apps/documentation/src/components/navbar/actions.tsx b/apps/documentation/src/components/navbar/actions.tsx index ef52d0a8..4e76bc20 100644 --- a/apps/documentation/src/components/navbar/actions.tsx +++ b/apps/documentation/src/components/navbar/actions.tsx @@ -6,16 +6,16 @@ import { Link } from 'tuono' export default function Actions(): JSX.Element { return ( - + - - + ) } diff --git a/apps/documentation/src/routes/__root.tsx b/apps/documentation/src/routes/__root.tsx index 619240c2..9d53fedb 100644 --- a/apps/documentation/src/routes/__root.tsx +++ b/apps/documentation/src/routes/__root.tsx @@ -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',