chore: 💄 Update anikawa color

This commit is contained in:
thebeyondr
2023-07-03 22:27:07 -05:00
parent 3a5fafbcd8
commit ab2cffb29f
2 changed files with 11 additions and 10 deletions

View File

@@ -6,34 +6,35 @@
:root {
--background: 0 0% 100%;
--foreground: 222.2 47.4% 11.2%;
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
--popover: 0 0% 100%;
--popover-foreground: 222.2 47.4% 11.2%;
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--card: 0 0% 100%;
--card-foreground: 222.2 47.4% 11.2%;
--primary: 222.2 47.4% 11.2%;
--primary-foreground: 210 40% 98%;
--secondary: 210 40% 96.1%;
--secondary-foreground: 222.2 47.4% 11.2%;
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
--destructive: 0 100% 50%;
--destructive-foreground: 210 40% 98%;
--ring: 215 20.2% 65.1%;
--radius: 0.5rem;
--anakiwa: 196 73% 97%
}
.dark {

View File

@@ -23,7 +23,7 @@ module.exports = {
corduroy: "#4A5754",
orange: "#E1523A",
orangeDark: "#E3533A",
anakiwa: "#F2FAFD",
anakiwa: "hsl(var(--anakiwa))",
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",