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;
-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);

View File

@@ -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;