Skip to content

Commit 305bdb1

Browse files
committed
use lighter default icon color
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent 8332a5f commit 305bdb1

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)