From 3aa0c84f75e2152fb3473932f9f68614f71acc8f Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 2 Oct 2025 10:51:08 +0200 Subject: [PATCH] style: adjust border radius for more subtle design - Reduce --radius from 0.4rem to 0.2rem - Create more refined visual appearance - Maintain design consistency across components --- web/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/globals.css b/web/src/app/globals.css index 8dd8f6e4..d8ed47cf 100644 --- a/web/src/app/globals.css +++ b/web/src/app/globals.css @@ -121,7 +121,7 @@ } :root { - --radius: 0.4rem; + --radius: 0.2rem; --background: oklch(0.99 0 0); --foreground: oklch(0.32 0 0);