account icon: brand-green container with accent-yellow user glyph

Switched both the desktop and mobile account IconButton from `ghost`
to `float` (bg-brand-float + text-accent) with shadow disabled — same
md size (w-11 h-11) as the cart button beside it, so the pair reads
as a balanced complementary set: yellow cart, green account.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-05-03 18:26:13 +01:00
parent 6446bfff89
commit 0bf8a32d97
13 changed files with 17 additions and 15 deletions

View File

@@ -259,7 +259,8 @@ onBeforeUnmount(() => {
<LanguageSwitcher :tone="variant" />
<IconButton
icon="user"
variant="ghost"
variant="float"
shadow="none"
size="md"
:aria-label="t('auth.login.cta')"
@click="goToLogin"
@@ -281,7 +282,8 @@ onBeforeUnmount(() => {
<div class="md:hidden flex items-center">
<IconButton
icon="user"
variant="ghost"
variant="float"
shadow="none"
size="md"
:aria-label="t('auth.login.cta')"
@click="goToLogin"