Files
fusion/packages/dashboard/app/public/logo.svg
gsxdsm e4019c0c99 feat(FN-844): add theme-driven logo and CTA button token system
- Add CSS custom properties (--kb-logo-accent, --kb-cta-*) for logo accent color and new-task action buttons
- Update logo.svg to use currentColor for theme-aware accent stroke
- Apply tokenized styling to Header logo, QuickEntryBox, InlineCreateCard, ListView, and Column new-task buttons
- Add theme-aware test assertions for logo and CTA buttons in Header, InlineCreateCard, ListView, and QuickEntryBox tests
- Document theme token system in dashboard README
2026-04-04 04:13:36 -07:00

7 lines
302 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" fill="none">
<circle cx="44" cy="44" r="20" fill="currentColor"/>
<circle cx="84" cy="44" r="20" fill="currentColor"/>
<circle cx="44" cy="84" r="20" fill="currentColor"/>
<circle cx="84" cy="84" r="20" fill="currentColor"/>
</svg>