Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(colors): update color-neutral-200 #104

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading