B1: React Query deeper adoption (P1–P3) #86

Closed
null wants to merge 340 commits from branch/b1-react-query into main
1 changed files with 2 additions and 10 deletions
Showing only changes of commit 5b0c50809c - Show all commits

View File

@ -32,7 +32,7 @@
:root {
--background: 0.97 0.005 250;
--foreground: 0.15 0.008 250;
--card: 1.00 0 0;
--card: 0.995 0.004 250;
--card-foreground: 0.15 0.008 250;
--popover: 1.00 0 0;
--popover-foreground: 0.15 0.008 250;
@ -41,7 +41,7 @@
--secondary: 0.93 0.008 250;
--secondary-foreground: 0.20 0.010 250;
--muted: 0.94 0.006 250;
--muted-foreground: 0.48 0.010 250;
--muted-foreground: 0.38 0.010 250;
--accent: 0.92 0.012 265;
--accent-foreground: 0.20 0.010 250;
--destructive: 0.55 0.22 25;
@ -171,14 +171,6 @@
@apply tracker-number font-bold tracking-tight text-foreground;
}
.tracking-tight,
.tracking-wide,
.tracking-wider,
.tracking-widest,
.tracking-\[0\.08em\],
.tracking-\[0\.14em\] {
letter-spacing: 0;
}
.dark .text-muted-foreground\/40 {
color: oklch(var(--muted-foreground) / 0.72);