From 0ed59313bb1c44d24e9d5072c562f6ff2eefad0b Mon Sep 17 00:00:00 2001 From: "Philipp Heil (zkdev)" Date: Fri, 29 Nov 2024 14:06:28 +0100 Subject: [PATCH] Adjust snow-toggle icon color for light mode --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 4c0d6c4..813cbc8 100644 --- a/src/App.js +++ b/src/App.js @@ -127,7 +127,7 @@ const App = () => { }, snowflakeIcon: palette.augmentColor({ color: { - main: '#65adff', + main: themeMode ? '#65adff' : '#19518d', } }), mode: themeMode ? 'dark' : 'light',