Skip to content

Commit

Permalink
invert icons colour - off-white to royal blue
Browse files Browse the repository at this point in the history
  • Loading branch information
shorn-gnosis committed May 8, 2024
1 parent 7a9028f commit dc76b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const foundation = {
//blue300: '#FFBEA6',
blue400: '#FFDABE',
blue500: '#F8E6D9',
blue600: '#F6F1ED',
// blue600: '#F6F1ED', // off-white
blue600: '#38318B', // new royal blue
grey50: '#2F2B2E', // blackish,
grey100: '#585558',
//grey200: '#828082',
Expand Down

0 comments on commit dc76b63

Please sign in to comment.