diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/common/theme/palette.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/theme/palette.js b/modern/src/common/theme/palette.js index e0d9c35f..c6cb00d9 100644 --- a/modern/src/common/theme/palette.js +++ b/modern/src/common/theme/palette.js @@ -6,7 +6,7 @@ const colors = { white: common.white, background: grey[50], primary: indigo[900], - secondary: green[500], + secondary: green[800], positive: green[500], medium: amber[700], negative: red[500], |