mirror of
https://github.com/AbaTekNTNU/followspot-psn.git
synced 2025-12-06 13:54:58 +00:00
Slightly darker red
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<button class="mb-24 rounded-md bg-red-400 p-2" onclick={openModal}>
|
<button class="mb-24 rounded-md bg-red-500 p-2" onclick={openModal}>
|
||||||
Change mode
|
Change mode
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
>Close</button
|
>Close</button
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="rounded-md bg-red-400 p-4"
|
class="rounded-md bg-red-500 p-4"
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
action();
|
action();
|
||||||
dialog.close();
|
dialog.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user