Skip to content

Commit

Permalink
chore: Change primary text color
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 30, 2020
1 parent e3b72ec commit 83f8f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

.dark-mode {
--primary-background-color: #1c2a2f;
--primary-text-color: var(--color-white);
--primary-text-color: var(--color-dark-900);
--primary-button-background-color: var(--color-brand-800);
--primary-button-text-color: var(--color-brand-800);
--primary-surface-background-color: var(--primary-background-color);
Expand Down

0 comments on commit 83f8f85

Please sign in to comment.