Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jul 26, 2024
1 parent e6f44fb commit a14ec68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
--secondary-foreground: 222.2 47.4% 11.2%;
--tertiary: 29 89% 54%;
--tertiary-foreground: 210 40% 98%;
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
--muted: 210 40% 96%;
--muted-foreground: 209 28% 39%;
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
--destructive: 0 84.2% 60.2%;
Expand All @@ -32,7 +32,7 @@
--warning-foreground: 210.66 39.5% 23.3%;
--error: 0 84.2% 60.2%;
--error-foreground: 210 40% 98%;
--border: 214.3 31.8% 91.4%;
--border: 212 33% 89%;
--input: 214.3 31.8% 91.4%;
--ring: 210.66 39.5% 23.3%;
--radius: 0.5rem;
Expand Down Expand Up @@ -72,7 +72,7 @@
--warning-foreground: 210 40% 98%;
--error: 0 62.8% 30.6%;
--error-foreground: 210 40% 98%;
--border: 217.2 32.6% 17.5%;
--border: 212 33% 89%;
--input: 217.2 32.6% 17.5%;
--ring: 212.7 26.8% 83.9%;
--chart-1: 220 70% 50%;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"expo-image": "1.12.13",
"expo-linking": "6.3.1",
"expo-localization": "^15.0.3",
"expo-sqlite": "~14.0.4",
"expo-sqlite": "~14.0.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "3.0.7",
"expo-updates": "~0.25.21",
Expand Down

0 comments on commit a14ec68

Please sign in to comment.