Increase contrast for toggle switch
This commit is contained in:
parent
997bfe72fc
commit
a6fbc1673b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue