Simplify selector with a unique icon

This commit is contained in:
Nicola Benaglia
2025-04-23 08:55:50 +02:00
parent 0026b7c249
commit 001c9955c9
5 changed files with 17 additions and 67 deletions

View File

@@ -1097,7 +1097,7 @@ export const NotAuthenticated = ({
/>
</ButtonBase>
<ThemeSelector style={{ position: 'fixed', bottom: '1%', left: '0%' }} />
<ThemeSelector />
</>
);
};