mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-13 19:41:22 +00:00
Invert icons
This commit is contained in:
parent
ff927e017b
commit
2b4629ee51
@ -16,8 +16,8 @@ const ThemeSelector = ({ style }) => {
|
|||||||
...style,
|
...style,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{themeMode === "dark" ? <LightModeIcon /> : <NightlightIcon />}
|
{themeMode === "light" ? <LightModeIcon /> : <NightlightIcon />}
|
||||||
<Switch checked={themeMode === "dark"} onChange={toggleTheme} />
|
<Switch checked={themeMode === "light"} onChange={toggleTheme} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user