mirror of
https://github.com/documenso/documenso
synced 2026-05-23 08:58:32 +00:00
feat: added the icon for theme
This commit is contained in:
parent
7a1dd47537
commit
1db0d2eae6
1 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import {
|
|||
User as LucideUser,
|
||||
Monitor,
|
||||
Moon,
|
||||
Palette,
|
||||
Sun,
|
||||
UserCog,
|
||||
} from 'lucide-react';
|
||||
|
|
@ -104,7 +105,10 @@ export const ProfileDropdown = ({ user }: ProfileDropdownProps) => {
|
|||
<DropdownMenuSeparator />
|
||||
|
||||
<DropdownMenuSub>
|
||||
<DropdownMenuSubTrigger>Themes</DropdownMenuSubTrigger>
|
||||
<DropdownMenuSubTrigger>
|
||||
<Palette className="mr-2 h-4 w-4" />
|
||||
Themes
|
||||
</DropdownMenuSubTrigger>
|
||||
<DropdownMenuPortal>
|
||||
<DropdownMenuSubContent>
|
||||
<DropdownMenuRadioGroup value={theme} onValueChange={setTheme}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue