Skip to content

Commit

Permalink
fix(colors): update color-neutral-200 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber authored Sep 12, 2024
1 parent 7ac0e6e commit a4491b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/* Neutral */
--color-neutral-50: 255 255 255;
--color-neutral-100: 255 253 253;
--color-neutral-200: 255 251 250;
--color-neutral-200: 240 240 240;
--color-neutral-300: 204 204 204;
--color-neutral-400: 191 192 192;
--color-neutral-500: 153 153 153;
Expand Down Expand Up @@ -92,7 +92,7 @@
--color-neutral-500: 153 153 153;
--color-neutral-600: 191 192 192;
--color-neutral-700: 204 204 204;
--color-neutral-800: 255 251 250;
--color-neutral-800: 240 240 240;
--color-neutral-800: 255 253 253;
--color-neutral-950: 255 255 255;

Expand Down

0 comments on commit a4491b0

Please sign in to comment.