diff --git a/apps/pwa/src/styles/tokens.css b/apps/pwa/src/styles/tokens.css index 8f5a53c..30a0c99 100644 --- a/apps/pwa/src/styles/tokens.css +++ b/apps/pwa/src/styles/tokens.css @@ -100,11 +100,11 @@ * never the BrandSlot component structure (see 19-UI-SPEC.md §Brand Slot). * ───────────────────────────────────────────────────────────────────────── */ - --brand-logo-bg: var(--color-member-0); /* placeholder circle background */ - --brand-logo-text: #ffffff; /* placeholder initials color */ + /* IN-04: --brand-logo-bg / --brand-logo-text / --brand-app-name removed — they + were leftovers from the "FS initials circle"; BrandSlot now renders logo.svg + and only reads the two tokens below. */ --brand-logo-size: 48px; /* reserved slot height; keep 1:1 aspect */ --brand-logo-border-radius: 0; /* SVG draws its own rounded-square background (rx=104); no CSS clip needed */ - --brand-app-name: 'FamilySync'; /* drives doc only — not used as CSS content */ /* ───────────────────────────────────────────────────────────────────────── * BREAKPOINTS (reference; use in @media queries)