mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
fix: building working, (lots of bugs)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
export let onClick: () => void;
|
||||
export let text: string;
|
||||
</script>
|
||||
|
||||
<button on:click={onClick} class='px-4 py-1 text-[0.75rem] dark:bg-[#38373D] bg-[#DDDDDD] dark:text-white rounded-md'>
|
||||
{text}
|
||||
</button>
|
||||
Reference in New Issue
Block a user