mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update Checkbox.svelte
This commit is contained in:
parent
347297b1b3
commit
c756362735
1 changed files with 3 additions and 3 deletions
|
@ -41,15 +41,15 @@
|
|||
</svg>
|
||||
</button>
|
||||
{:else if disabled}
|
||||
<button
|
||||
<div
|
||||
class="w-12 h-12 rounded-full text-gray-200 dark:text-gray-700 transition-colors duration-200 flex items-center justify-center"
|
||||
aria-label="Disabled"
|
||||
{disabled}
|
||||
title="No link to the broadcast"
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
|
||||
<circle cx="12" cy="12" r="3" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
{:else}
|
||||
<button
|
||||
class="w-12 h-12 rounded-full text-gray-200 hover:text-gray-400 dark:text-gray-700 dark:hover:text-gray-600 transition-colors duration-200 flex items-center justify-center"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue