Skip to content

Commit

Permalink
fix color duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Sep 22, 2023
1 parent 9855bf0 commit 6082d79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/styles/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default {
darkDefaultButton: '#184E3D',
darkDefaultButtonHover: '#2C6755',
darkDefaultButtonPressed: '#467164',
darkRightHandPanelOverlay: '#1A3D32',

// Light Mode Theme Colors
lightAppBackground: '#FCFBF9',
Expand All @@ -36,7 +35,6 @@ export default {
lightDefaultButton: '#EEEBE7',
lightDefaultButtonHover: '#E3DFD9',
lightDefaultButtonPressed: '#D2CCC3',
lightRightHandPanelOverlay: '#EBE6DF',

// Brand Colors from Figma
blue100: '#B0D9FF',
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const darkTheme = {
signInPage: colors.green800,

// Additional keys
overlay: colors.darkRightHandPanelOverlay,
overlay: colors.darkBorders,
inverse: colors.darkPrimaryText,
shadow: colors.black,
componentBG: colors.darkAppBackground,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/light.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const lightTheme = {
signInPage: colors.green800,

// Additional keys
overlay: colors.lightRightHandPanelOverlay,
overlay: colors.lightBorders,
inverse: colors.lightPrimaryText,
shadow: colors.black,
componentBG: colors.lightAppBackground,
Expand Down

0 comments on commit 6082d79

Please sign in to comment.