Skip to content

Commit

Permalink
add tertiary colors to default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Jul 4, 2023
1 parent 1482a40 commit 6d49118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
--color-primaryBorder: theme('colors.stone.300');
--color-onSecondaryBg: theme('colors.stone.300');
--color-secondaryBg: theme('colors.zinc.800');
/* --color-tertiaryBg: theme('colors.purple.900');
--color-onTertiaryBg: theme('colors.stone.300'); */
--color-tertiaryBg: theme('colors.purple.900');
--color-onTertiaryBg: theme('colors.stone.300');
}

html {
Expand Down

0 comments on commit 6d49118

Please sign in to comment.