- 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
7 lines
302 B
XML
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>
|