mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ActionButton.svelte
This commit is contained in:
parent
d6ecfb23fc
commit
232d64e335
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<button
|
||||
{...$$restProps}
|
||||
class="rounded-md transition-colors duration-200 border border-transparent text-white text-sm font-semibold text-center px-4 h-10 flex items-center justify-center w-full"
|
||||
class="rounded-md transition-colors duration-200 border border-transparent text-white text-sm font-semibold text-center px-4 h-10 flex items-center justify-center space-x-3 shrink-0 min-w-14 w-auto"
|
||||
class:bg-gray-200={disabled}
|
||||
class:bg-primary-600={!disabled}
|
||||
class:dark:bg-gray-700={disabled}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue