style(teams): update switch team button styling

This commit is contained in:
Andras Bacsai 2026-05-11 23:51:20 +02:00
parent 6f3bb47682
commit 26cdd6e198

View file

@ -26,7 +26,7 @@
}">
<button @click="openTeamMenu($event)" type="button"
title="Team: {{ $currentTeam->name }}"
class="flex items-center justify-center w-8 h-8 text-sm font-semibold rounded-md bg-coollabs hover:opacity-80 transition-opacity text-white cursor-pointer">
class="flex items-center justify-center w-8 h-8 p-0 text-sm font-semibold text-coollabs dark:text-warning bg-neutral-100 dark:bg-coolgray-200 hover:bg-neutral-200 dark:hover:bg-coolgray-300 rounded-sm cursor-pointer transition-colors">
{{ $teamInitial }}
</button>
<div x-show="teamOpen"