Skip to content

Commit a5856a0

Browse files
authored
Merge pull request #1052 from amitamrutiya/master
use lighter default icon color for dark mode
2 parents 25e74c0 + 3079702 commit a5856a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/palette.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ export const darkModePalette: PaletteOptions = {
422422
},
423423

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

0 commit comments

Comments
 (0)