mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Invert icons
This commit is contained in:
@@ -16,8 +16,8 @@ const ThemeSelector = ({ style }) => {
|
||||
...style,
|
||||
}}
|
||||
>
|
||||
{themeMode === "dark" ? <LightModeIcon /> : <NightlightIcon />}
|
||||
<Switch checked={themeMode === "dark"} onChange={toggleTheme} />
|
||||
{themeMode === "light" ? <LightModeIcon /> : <NightlightIcon />}
|
||||
<Switch checked={themeMode === "light"} onChange={toggleTheme} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user