fix radius

This commit is contained in:
IluaAir
2025-10-26 23:39:21 +03:00
parent 166bbee1d5
commit afb356944d
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
--radius: 0.625rem; --radius: 0.625rem;
--background: oklch(1 0 0); --background: #111928;
--foreground: oklch(0.13 0.028 261.692); --foreground: oklch(0.13 0.028 261.692);
--card: oklch(1 0 0); --card: oklch(1 0 0);
--card-foreground: oklch(0.13 0.028 261.692); --card-foreground: oklch(0.13 0.028 261.692);

View File

@@ -203,7 +203,7 @@
.dashboard-task-card { .dashboard-task-card {
background: var(--color-card); background: var(--color-card);
padding: 0.75rem; padding: 0.75rem;
border-radius: 0.5rem; border-radius: 0.625rem;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
font-size: 0.875rem; font-size: 0.875rem;
transition: transform 0.2s; transition: transform 0.2s;