mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ExpandButton.svelte
This commit is contained in:
parent
e1660d0498
commit
000cbfb838
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</script>
|
||||
|
||||
<button
|
||||
class="w-4 h-4 flex justify-center align-middle text-gray-500 hover:text-blue-600 dark:text-gray-100 dark:hover:text-blue-600 shrink-0"
|
||||
class="w-7 h-7 flex justify-center align-middle text-gray-500 hover:text-blue-600 dark:text-gray-100 dark:hover:text-blue-600 shrink-0 items-center"
|
||||
on:click={() => {
|
||||
expanded = !expanded
|
||||
dispatch('click', { state: expanded })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue