Skip to content

Commit 1ff512a

Browse files
committed
use charcol color for default icon color
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent a5856a0 commit 1ff512a

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
@@ -422,7 +422,7 @@ export const darkModePalette: PaletteOptions = {
422422
},
423423

424424
icon: {
425-
default: Colors.accentGrey[80],
425+
default: Colors.charcoal[80],
426426
secondary: Colors.charcoal[70],
427427
brand: Colors.keppel[40],
428428
inverse: Colors.charcoal[10],

0 commit comments

Comments
 (0)