fix(frontend): post-code-review NITs — btn-ink uses @apply bg-slab, unify New engagement label

- btn-ink: replace inline background-color #111827 with @apply bg-slab (and add
  slab-hover token #1f2937 for the hover state) so the token system is consistent
- EngagementsListPage: header button "+ New" → "+ New engagement" to match
  empty-state CTA label

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Knacky
2026-05-27 20:39:01 +02:00
parent 9964d058f4
commit fc530af78b
3 changed files with 4 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ const config: Config = {
graphite: 'var(--color-graphite)',
// Fixed dark slab — never inverts in dark mode (utility strip, footer, dark bands)
slab: '#111827',
'slab-hover': '#1f2937',
'slab-text': '#f9fafb',
'slab-muted': '#6b7280',
// Semantic / decorative — fixed (not themeable)