From afb356944df943e453a01251b4efb1858c89be50 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sun, 26 Oct 2025 23:39:21 +0300 Subject: [PATCH] fix radius --- taskncoffee-app/src/index.css | 2 +- taskncoffee-app/src/pages/dashboard.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/taskncoffee-app/src/index.css b/taskncoffee-app/src/index.css index d7a4fbb..063fd49 100644 --- a/taskncoffee-app/src/index.css +++ b/taskncoffee-app/src/index.css @@ -17,7 +17,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; --radius: 0.625rem; - --background: oklch(1 0 0); + --background: #111928; --foreground: oklch(0.13 0.028 261.692); --card: oklch(1 0 0); --card-foreground: oklch(0.13 0.028 261.692); diff --git a/taskncoffee-app/src/pages/dashboard.css b/taskncoffee-app/src/pages/dashboard.css index 1ac2996..fac971a 100644 --- a/taskncoffee-app/src/pages/dashboard.css +++ b/taskncoffee-app/src/pages/dashboard.css @@ -203,7 +203,7 @@ .dashboard-task-card { background: var(--color-card); padding: 0.75rem; - border-radius: 0.5rem; + border-radius: 0.625rem; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); font-size: 0.875rem; transition: transform 0.2s;