From 6e0d7ff5bde2c91151dc314b07ca0ca68567fcf5 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Sat, 3 Jan 2026 13:46:02 -0600 Subject: [PATCH] fix: change border radius on logo --- frontend/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',