This commit is contained in:
ct
2025-06-14 11:25:13 +08:00
parent 8a732b3c31
commit 639fe165aa
11 changed files with 2144 additions and 798 deletions

View File

@@ -12,7 +12,7 @@ const EditorHeader = ({ className = '', onNavClick = () => {}, isNavActive = fal
const [openCoinDialog, setOpenCoinDialog] = useState(false);
return (
<div className={cn('flex w-full items-center justify-between rounded-xl bg-white p-2 shadow-sm', className)}>
<div className={cn('flex w-full items-center justify-between rounded-xl bg-white p-2 shadow-sm dark:bg-neutral-700', className)}>
<Button onClick={onNavClick} variant="outline" size="icon" className="rounded">
<Menu className="h-8 w-8" />
</Button>