Simplify selector with a unique icon

This commit is contained in:
Nicola Benaglia 2025-04-23 08:55:50 +02:00
parent db211ee2b9
commit c734b8016c

View File

@ -6,6 +6,7 @@ import { useTranslation } from 'react-i18next';
const ThemeSelector = () => {
const { t } = useTranslation(['core']);
const { themeMode, toggleTheme } = useThemeContext();
return (