Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: updating more incorrectly updated inverse colors and updating wa…
Browse files Browse the repository at this point in the history
…rning muted
  • Loading branch information
georgewrmarshall committed Jan 19, 2024
1 parent 0f6b5d6 commit 922e584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/design-tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
--color-warning-default-hover: #c2540a;
--color-warning-default-pressed: #a24507;
--color-warning-alternative: var(--brand-colors-yellow-yellow600);
--color-warning-muted: #ffd33d19;
--color-warning-muted: #bf520819;
--color-warning-inverse: var(--brand-colors-white-white000);
--color-warning-disabled: #ffd33d80;
--color-success-default: var(--brand-colors-green-green600);
Expand Down
2 changes: 1 addition & 1 deletion src/js/themes/darkTheme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const colors: ThemeColors = {
default: '#F8883B',
alternative: '#FAA66C',
muted: '#F8883B26',
inverse: '#141618',
inverse: '#FCFCFC',
disabled: '#F8883B80',
},
error: {
Expand Down
2 changes: 1 addition & 1 deletion src/js/themes/lightTheme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const colors: ThemeColors = {
defaultHover: '#C2540A',
defaultPressed: '#A24507',
alternative: '#FFC70A',
muted: '#FFD33D19',
muted: '#BF520819',
inverse: '#FFFFFF',
disabled: '#FFD33D80',
},
Expand Down

0 comments on commit 922e584

Please sign in to comment.