chore(ui): use full width in settings toggle items (#2754)

This commit is contained in:
Joaquín Sánchez 2024-04-05 11:16:11 +02:00 committed by GitHub
parent 1146dca5f6
commit 618a5b2df3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ const { disabled = false } = defineProps<{
:class="disabled ? 'opacity-50 cursor-not-allowed' : ''"
>
<div
w-full flex w-fit px5 py3 md:gap2 gap4 items-center
w-full flex px5 py3 md:gap2 gap4 items-center
transition-250
:class="disabled ? '' : 'group-hover:bg-active'"
group-focus-visible:ring="2 current"