Skip to content

Commit 2c99bd3

Browse files
committed
fix: disable color for the button
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent 44c6e97 commit 2c99bd3

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
@@ -326,7 +326,7 @@ export const darkModePalette: PaletteOptions = {
326326
brand: {
327327
default: Colors.keppel[40],
328328
hover: Colors.keppel[50],
329-
disabled: Colors.charcoal[20],
329+
disabled: Colors.charcoal[30],
330330
pressed: Colors.keppel[60],
331331
secondary: Colors.keppel[20],
332332
tertiary: Colors.keppel[10]

0 commit comments

Comments
 (0)