Increase contrast for toggle switch

This commit is contained in:
Will 2020-09-18 09:49:51 +01:00
parent 997bfe72fc
commit a6fbc1673b

View file

@ -9,7 +9,7 @@
>
<span
class="toggle-background inline-block rounded-full h-full w-full shadow-inner"
:class="this.value ? 'bg-cyan-500' : 'bg-grey-200'"
:class="this.value ? 'bg-cyan-500' : 'bg-grey-300'"
></span>
<span
class="toggle-indicator absolute bg-white rounded-full shadow w-4 h-4"