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
This commit is contained in:
Thomas Camlong
2025-10-02 10:51:08 +02:00
parent 95e9497c2e
commit 3aa0c84f75

View File

@@ -121,7 +121,7 @@
} }
:root { :root {
--radius: 0.4rem; --radius: 0.2rem;
--background: oklch(0.99 0 0); --background: oklch(0.99 0 0);
--foreground: oklch(0.32 0 0); --foreground: oklch(0.32 0 0);