fix(17): IN-04 remove dead brand placeholder tokens

This commit is contained in:
Lucas Berger
2026-06-18 13:46:47 -04:00
parent 3f4b7eac73
commit 2317833b74
+3 -3
View File
@@ -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)