Update UI elements and import paths in multiple files
This commit includes a series of UI improvements and import path adjustments across several files. Changes include using a different icon and adjusting the styling in mode-toggle.tsx, modifying class names in personal-account-dropdown.tsx, and updating the import paths in multiple files following the renaming of the 'personal-account-dropdown' to 'personal-account-dropdown-container'.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { Check, Moon, Sun } from 'lucide-react';
|
||||
import { CheckCircle, Moon, Sun } from 'lucide-react';
|
||||
import { useTheme } from 'next-themes';
|
||||
|
||||
import { Button } from '../shadcn/button';
|
||||
@@ -69,7 +69,7 @@ export function SubMenuModeToggle() {
|
||||
<Trans i18nKey={`common:${item}Theme`} />
|
||||
|
||||
<If condition={theme === item}>
|
||||
<Check className={'mr-2 h-4'} />
|
||||
<CheckCircle className={'mr-2 h-3'} />
|
||||
</If>
|
||||
</DropdownMenuItem>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user