Skip to content

Commit

Permalink
fix: change success color value in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Apr 29, 2022
1 parent 91f7678 commit fd0feaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/theme/custom/cosmoDark/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const themeColors = {
surface: '#2E2E2E',
error: '#D1440C',
warning: '#FB8C00',
success: '#87B84E',
success: '#5D8D27',
info: '#ffe6c2',
white: '#FFFFFF',
black: '#000000',
Expand Down
2 changes: 1 addition & 1 deletion src/theme/custom/cosmoLight/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const themeColors = {
surface: '#E9E9E9',
error: '#D1440C',
warning: '#FB8C00',
success: '#87B84E',
success: '#5D8D27',
info: '#ffe6c2',
white: '#FFFFFF',
black: '#000000',
Expand Down
2 changes: 1 addition & 1 deletion src/theme/custom/default/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const themeColors = {
surface: '#2E2E2E',
error: '#FF667F',
warning: '#FB8C00',
success: '#19E152',
success: '#5D8D27',
info: '#1E88E5',
white: '#FFFFFF',
black: '#000000',
Expand Down

0 comments on commit fd0feaf

Please sign in to comment.