Skip to content

Commit

Permalink
Merge pull request #884 from amitamrutiya/fix-disable
Browse files Browse the repository at this point in the history
change disable color for the button
  • Loading branch information
amitamrutiya authored Jan 13, 2025
2 parents d4370c6 + 7cf9013 commit ee11020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const darkModePalette: PaletteOptions = {
brand: {
default: Colors.keppel[40],
hover: Colors.keppel[50],
disabled: Colors.charcoal[20],
disabled: Colors.charcoal[30],
pressed: Colors.keppel[60],
secondary: Colors.keppel[20],
tertiary: Colors.keppel[10]
Expand Down

0 comments on commit ee11020

Please sign in to comment.