Many improvements for players

This commit is contained in:
Mawoka
2023-02-15 19:31:25 +01:00
parent 4360fa2d02
commit 65e08a27ac
6 changed files with 64 additions and 46 deletions
@@ -10,6 +10,8 @@
export let href: undefined | string = undefined;
export let target: undefined | string = '_self';
export let type: undefined | string = 'button';
</script>
{#if href}
@@ -26,6 +28,7 @@
{:else}
<button
{disabled}
{type}
class="text-black hover:opacity-80 w-full px-4 py-2 leading-5 text-black transition-all duration-200 transform bg-[#B07156] rounded text-center focus:outline-none disabled:cursor-not-allowed disabled:opacity-50 outline-none"
on:click
class:flex