This commit is contained in:
ct
2025-05-28 22:45:37 +08:00
parent 9b0b1c7bdd
commit 248a88864c
4 changed files with 121 additions and 97 deletions

View File

@@ -7,14 +7,14 @@ const EditorHeader = (
{className = ''}
) => {
return (
<div className={cn("bg-white rounded-3xl p-4 flex items-center justify-between shadow-sm w-full", className)}>
<div className={cn("bg-white rounded-xl p-2 flex items-center justify-between shadow-sm w-full", className)}>
<Button variant="outline" size="icon" className="rounded">
<Menu className="h-8 w-8" />
</Button>
<h1 className="text-xl font-display tracking-wide ml-3">MEMEAIGEN</h1>
<Button variant="outline" className="rounded-full inline-flex gap-1">
<Button variant="outline" className="rounded inline-flex gap-1">
<span className="text-sm font-semibold">100</span>
<CoinIcon className="w-8 h-8" />
</Button>