mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
set text-destructive color
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
--accent: oklch(0.967 0.001 286.375);
|
--accent: oklch(0.967 0.001 286.375);
|
||||||
--accent-foreground: oklch(0.21 0.006 285.885);
|
--accent-foreground: oklch(0.21 0.006 285.885);
|
||||||
--destructive: oklch(0.577 0.245 27.325);
|
--destructive: oklch(0.577 0.245 27.325);
|
||||||
|
--destructive-foreground: oklch(0.985 0 0);
|
||||||
--border: oklch(0.91 0.004 286.32);
|
--border: oklch(0.91 0.004 286.32);
|
||||||
--input: oklch(0.92 0.004 286.32);
|
--input: oklch(0.92 0.004 286.32);
|
||||||
--ring: oklch(0.705 0.213 47.604);
|
--ring: oklch(0.705 0.213 47.604);
|
||||||
@@ -55,6 +56,7 @@
|
|||||||
--accent: oklch(0.274 0.006 286.033);
|
--accent: oklch(0.274 0.006 286.033);
|
||||||
--accent-foreground: oklch(0.985 0 0);
|
--accent-foreground: oklch(0.985 0 0);
|
||||||
--destructive: oklch(0.5382 0.1949 22.216);
|
--destructive: oklch(0.5382 0.1949 22.216);
|
||||||
|
--destructive-foreground: oklch(0.985 0 0);
|
||||||
--border: oklch(1 0 0 / 13%);
|
--border: oklch(1 0 0 / 13%);
|
||||||
--input: oklch(1 0 0 / 18%);
|
--input: oklch(1 0 0 / 18%);
|
||||||
--ring: oklch(0.646 0.222 41.116);
|
--ring: oklch(0.646 0.222 41.116);
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ const defaultTheme = {
|
|||||||
accent: "oklch(0.967 0.001 286.375)",
|
accent: "oklch(0.967 0.001 286.375)",
|
||||||
"accent-foreground": "oklch(0.21 0.006 285.885)",
|
"accent-foreground": "oklch(0.21 0.006 285.885)",
|
||||||
destructive: "oklch(0.577 0.245 27.325)",
|
destructive: "oklch(0.577 0.245 27.325)",
|
||||||
|
"destructive-foreground": "oklch(0.985 0 0)",
|
||||||
border: "oklch(0.92 0.004 286.32)",
|
border: "oklch(0.92 0.004 286.32)",
|
||||||
input: "oklch(0.92 0.004 286.32)",
|
input: "oklch(0.92 0.004 286.32)",
|
||||||
ring: "oklch(0.705 0.213 47.604)",
|
ring: "oklch(0.705 0.213 47.604)",
|
||||||
@@ -41,6 +42,7 @@ const defaultTheme = {
|
|||||||
accent: "oklch(0.274 0.006 286.033)",
|
accent: "oklch(0.274 0.006 286.033)",
|
||||||
"accent-foreground": "oklch(0.985 0 0)",
|
"accent-foreground": "oklch(0.985 0 0)",
|
||||||
destructive: "oklch(0.704 0.191 22.216)",
|
destructive: "oklch(0.704 0.191 22.216)",
|
||||||
|
"destructive-foreground": "oklch(0.985 0 0)",
|
||||||
border: "oklch(1 0 0 / 10%)",
|
border: "oklch(1 0 0 / 10%)",
|
||||||
input: "oklch(1 0 0 / 15%)",
|
input: "oklch(1 0 0 / 15%)",
|
||||||
ring: "oklch(0.646 0.222 41.116)",
|
ring: "oklch(0.646 0.222 41.116)",
|
||||||
|
|||||||
Reference in New Issue
Block a user