Added Curser Pointer to Dark-Mode button

This commit is contained in:
bilalmirza74 2024-10-13 20:22:55 +05:30
parent a91b26766a
commit d343ba57aa
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export const LayoutSettings = ({ children }: { children: ReactNode }) => {
) : (
<div />
)}
<div className="flex items-center gap-[8px]">
<div className="flex items-center gap-[8px] cursor-pointer">
<ModeComponent />
<SettingsComponent />
<NotificationComponent />