Skip to content

Commit

Permalink
Update toggleButton.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 18, 2023
1 parent 9e33471 commit 91137a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/components/toggleButton.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<button on:click class="mx-auto flex flex-1">
<a
class="transparent-800 group inline-flex flex-shrink-0 flex-grow flex-col items-center justify-center rounded-full p-1 px-5 text-gray-200 duration-200 ease-in-out"
class="m-1 transparent-800 group inline-flex flex-shrink-0 flex-grow flex-col items-center justify-center rounded-full p-1 px-5 text-gray-200 duration-200 ease-in-out"
>
<p class="text-xl">{selected ? "60m" : "60s"}</p>
</a>
Expand Down

0 comments on commit 91137a2

Please sign in to comment.