mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 14:14:57 +00:00
Generated by Spark: Load more of UI from JSON declarations and break up large components into atomic and create hooks as needed
This commit is contained in:
@@ -31,35 +31,35 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: oklch(0.14 0.02 250);
|
||||
--foreground: oklch(0.93 0.005 250);
|
||||
--background: oklch(0.12 0.02 260);
|
||||
--foreground: oklch(0.95 0.005 260);
|
||||
|
||||
--card: oklch(0.18 0.02 250);
|
||||
--card-foreground: oklch(0.93 0.005 250);
|
||||
--card: oklch(0.16 0.02 260);
|
||||
--card-foreground: oklch(0.95 0.005 260);
|
||||
|
||||
--popover: oklch(0.18 0.02 250);
|
||||
--popover-foreground: oklch(0.93 0.005 250);
|
||||
--popover: oklch(0.16 0.02 260);
|
||||
--popover-foreground: oklch(0.95 0.005 260);
|
||||
|
||||
--primary: oklch(0.45 0.15 270);
|
||||
--primary: oklch(0.55 0.18 280);
|
||||
--primary-foreground: oklch(1 0 0);
|
||||
|
||||
--secondary: oklch(0.35 0.02 250);
|
||||
--secondary-foreground: oklch(0.93 0.005 250);
|
||||
--secondary: oklch(0.20 0.02 260);
|
||||
--secondary-foreground: oklch(0.95 0.005 260);
|
||||
|
||||
--muted: oklch(0.22 0.02 250);
|
||||
--muted-foreground: oklch(0.65 0.01 250);
|
||||
--muted: oklch(0.20 0.02 260);
|
||||
--muted-foreground: oklch(0.65 0.01 260);
|
||||
|
||||
--accent: oklch(0.70 0.15 200);
|
||||
--accent-foreground: oklch(0.14 0.02 250);
|
||||
--accent: oklch(0.75 0.15 195);
|
||||
--accent-foreground: oklch(0.12 0.02 260);
|
||||
|
||||
--destructive: oklch(0.55 0.22 25);
|
||||
--destructive-foreground: oklch(1 0 0);
|
||||
|
||||
--border: oklch(0.28 0.02 250);
|
||||
--input: oklch(0.28 0.02 250);
|
||||
--ring: oklch(0.70 0.15 200);
|
||||
--border: oklch(0.22 0.02 260);
|
||||
--input: oklch(0.24 0.02 260);
|
||||
--ring: oklch(0.75 0.15 195);
|
||||
|
||||
--radius: 0.5rem;
|
||||
--radius: 0.625rem;
|
||||
}
|
||||
|
||||
@theme {
|
||||
|
||||
Reference in New Issue
Block a user