Change reset button color to purple

This commit is contained in:
CherryKitten 2022-10-01 13:52:49 +02:00 committed by Jasmin
parent 0cc7cc15a6
commit 05a593b0b4

View file

@ -235,7 +235,7 @@
<!-- #region Emergency button -->
<button
id="reset-button"
class="bg-green-800 bottom-0 sticky text-white px-4 py-3 md:absolute md:right-2 md:bottom-20 md:rounded-full"
class="bg-ql-purple bottom-0 sticky text-white px-4 py-3 md:absolute md:right-2 md:bottom-20 md:rounded-full"
>
Reset
</button>