mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-14 11:00:05 -04:00
Fixes contrast issues
This commit is contained in:
parent
ed62330e7d
commit
5ff37d78ef
16 changed files with 134 additions and 161 deletions
7
src/components/OutlineButton.svelte
Normal file
7
src/components/OutlineButton.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<button
|
||||
{...$$restProps}
|
||||
class="rounded-md bg-transparent transition-colors duration-200 border border-gray-200 hover:border-gray-300 dark:border-gray-700 dark:bg-gray-700 text-gray-700 dark:text-white dark:hover:bg-gray-600 dark:hover:border-gray-600 text-sm font-normal text-center px-4 h-10 flex items-center justify-center w-auto space-x-3 shrink-0 min-w-14"
|
||||
on:click
|
||||
>
|
||||
<slot />
|
||||
</button>
|
Loading…
Add table
Add a link
Reference in a new issue