diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 2dd2505..58297d5 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -134,7 +134,7 @@ export const Layout: React.FC = ({ children, mobileMode = false }) ...theme.applyStyles('dark', { backgroundColor: 'transparent', }), - borderRadius: 1, + borderRadius: 0.5, px: 1, py: 0.5, display: 'inline-flex',