From 4aa2a5715090bbd0ea24ca5666fa0fa9d0726d01 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 8 May 2026 08:22:31 +0000 Subject: [PATCH] feat: update border radius to match Apple's design --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index d553f2b..8f3b050 100644 --- a/src/index.css +++ b/src/index.css @@ -16,7 +16,7 @@ --background-accent: #6bbfb8; /* @layout/border-radius/rounded */ - --radius: 1rem; + --radius: 1.5rem; /* @layout/content-width/medium */ --width-content-width: clamp(40rem, 72.5vw, 100rem);