Slightly darker red

This commit is contained in:
2025-03-09 19:29:29 +01:00
parent bb31650718
commit 349495019f

View File

@@ -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();