fix: expose all semantic color tokens in @theme inline block

This commit is contained in:
Ilia Mashkov
2026-04-18 15:46:40 +03:00
parent 3a29b99ae8
commit 939884c95d
+9
View File
@@ -89,6 +89,15 @@
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-card: var(--card);
--color-card-foreground: var(--card-foreground);
--color-ring: var(--ring);
--color-border: var(--border);
--radius-sm: var(--radius);
--radius-md: var(--radius);