feat(theme-switcher): move to settings menu
This commit is contained in:
parent
32cc430b1b
commit
7c676479d4
3 changed files with 23 additions and 32 deletions
|
@ -68,14 +68,10 @@ const Sidebar = ({ children }: { children: React.ReactNode }) => {
|
|||
))}
|
||||
</VerticalIconContainer>
|
||||
|
||||
<VerticalIconContainer>
|
||||
<ThemeSwitcher />
|
||||
|
||||
<Settings
|
||||
onClick={() => setIsSettingsOpen(!isSettingsOpen)}
|
||||
className="cursor-pointer"
|
||||
/>
|
||||
</VerticalIconContainer>
|
||||
<Settings
|
||||
onClick={() => setIsSettingsOpen(!isSettingsOpen)}
|
||||
className="cursor-pointer"
|
||||
/>
|
||||
|
||||
<SettingsDialog
|
||||
isOpen={isSettingsOpen}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue