diff --git a/nuxt4-app/app/components/app/AppSidebar.vue b/nuxt4-app/app/components/app/AppSidebar.vue index 0f6d23a..d7424ec 100644 --- a/nuxt4-app/app/components/app/AppSidebar.vue +++ b/nuxt4-app/app/components/app/AppSidebar.vue @@ -50,9 +50,9 @@ class="gap-1" :ui="{ item: { - base: 'text-[var(--brand-text-muted)] hover:text-[var(--brand-primary)] hover:bg-[var(--brand-primary)]/10', + base: 'hover:text-[var(--brand-primary)] hover:bg-[var(--brand-primary)]/10', active: 'bg-[var(--brand-success)]/15 text-[var(--brand-success)] border-l-2 border-[var(--brand-success)] font-medium', - inactive: 'border-l-2 border-transparent' + inactive: 'text-[var(--brand-text-muted)] border-l-2 border-transparent' } }" />