Fix new post button theme color
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m3s

This commit is contained in:
wypark
2026-05-28 23:30:56 +09:00
parent f5bef6eeed
commit 4bc0441490
2 changed files with 7 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ export default function TopHeader() {
<Link
href="/admin/posts/new"
onClick={closeMenu}
className="flex h-9 shrink-0 items-center gap-2 rounded-full bg-[var(--color-text)] px-3 text-sm font-semibold text-[var(--color-page)] shadow-[var(--shadow-control)] transition-all hover:opacity-90 dark:bg-white dark:text-black"
className="flex h-9 shrink-0 items-center gap-2 rounded-full bg-[var(--color-accent)] px-3 text-sm font-semibold text-white shadow-[var(--shadow-control)] transition-colors hover:bg-[var(--color-accent-hover)]"
>
<PenLine size={16} />
<span> </span>