Frontend: App shell, navigation, routing, and design tokens #32

Merged
marcel merged 19 commits from feat/issue-16-design-system into master 2026-04-02 14:14:17 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 682580e11d - Show all commits

View File

@@ -30,7 +30,7 @@
aria-current={active ? 'page' : undefined}
class="px-3 py-[7px] text-[13px] font-[var(--font-sans)] rounded-[var(--radius-md)] flex items-center gap-2 {active
? 'bg-[var(--green-tint)] text-[var(--green-dark)] font-medium'
: ''}"
: 'hover:bg-[var(--color-subtle)]'}"
>
<span class="w-[20px] text-[16px] text-center">{item.icon}</span>
{item.label}

View File

@@ -14,7 +14,7 @@
aria-current={active ? 'page' : undefined}
class="px-4 py-2 rounded-[var(--radius-md)] text-[13px] font-[var(--font-sans)] {active
? 'bg-[var(--green-tint)] text-[var(--green-dark)] font-medium'
: ''}"
: 'hover:bg-[var(--color-subtle)]'}"
>
<span>{item.icon}</span>
{item.label}