From 0d530ab6340605354d00e67ec7d8d1272bafd9f3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 10 Feb 2023 15:16:18 -0800 Subject: Update secondary color --- modern/src/common/theme/palette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src') 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], -- cgit v1.2.3