diff --git a/src/lib/components/ui/sidebar/ProfileButton.svelte b/src/lib/components/ui/sidebar/ProfileButton.svelte index a55c6b56..de6e47dd 100644 --- a/src/lib/components/ui/sidebar/ProfileButton.svelte +++ b/src/lib/components/ui/sidebar/ProfileButton.svelte @@ -32,7 +32,9 @@ switching = false }} - class="w-full {expanded ? '' : '!p-1.5'}" + class="w-full font-normal {$profile?.id == prof.id + ? 'bg-slate-100 dark:bg-zinc-900' + : ''} {expanded ? '' : '!p-1.5'}" >