fix: night switch style

This commit is contained in:
Mahyar Khanbolooki
2025-08-12 16:51:25 +03:30
parent 18ac033cde
commit c5efa495a2
2 changed files with 28 additions and 8 deletions
+5 -1
View File
@@ -156,7 +156,11 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS
)
})}
<li className="mt-4 h-6">
<SideMenuItem href={''} title={''} icon={<></>}>
<SideMenuItem
className='pr-7'
href={''}
title={''}
icon={<></>}>
<NightModeSwitch checked={nightModeState} onClick={togglenightModeState} />
</SideMenuItem>
</li>