Skip to content

Commit ee11020

Browse files
authored
Merge pull request #884 from amitamrutiya/fix-disable
change disable color for the button
2 parents d4370c6 + 7cf9013 commit ee11020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/palette.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export const darkModePalette: PaletteOptions = {
327327
brand: {
328328
default: Colors.keppel[40],
329329
hover: Colors.keppel[50],
330-
disabled: Colors.charcoal[20],
330+
disabled: Colors.charcoal[30],
331331
pressed: Colors.keppel[60],
332332
secondary: Colors.keppel[20],
333333
tertiary: Colors.keppel[10]

0 commit comments

Comments
 (0)