Skip to content

Commit 1e26ba3

Browse files
authored
Merge pull request #1054 from amitamrutiya/icon-default
use charcol color for default icon color
2 parents a5856a0 + 1ff512a commit 1e26ba3

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)