Skip to content

Commit

Permalink
Adjust snow-toggle icon color for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zkdev committed Nov 29, 2024
1 parent f2b1ce9 commit 0ed5931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const App = () => {
},
snowflakeIcon: palette.augmentColor({
color: {
main: '#65adff',
main: themeMode ? '#65adff' : '#19518d',
}
}),
mode: themeMode ? 'dark' : 'light',
Expand Down

0 comments on commit 0ed5931

Please sign in to comment.