Skip to content
Snippets Groups Projects
Commit 19f3cfa0 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

refactor: use-default button background for switch button

parent 5f2547a7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
class="tw-appearance-none tw-border-0 tw-py-[.5em] tw-px-[1em] tw-ring-black tw-relative first:tw-rounded-l last:tw-rounded-r" class="tw-appearance-none tw-border-0 tw-py-[.5em] tw-px-[1em] tw-ring-black tw-relative first:tw-rounded-l last:tw-rounded-r"
:class="{ :class="{
'tw-bg-aura-primary tw-text-white': value, 'tw-bg-aura-primary tw-text-white': value,
'tw-bg-gray-200': !value, 'tw-bg-gray-100': !value,
'focus:tw-z-10 focus:tw-ring-2 focus:tw-brightness-95': true, 'focus:tw-z-10 focus:tw-ring-2 focus:tw-brightness-95': true,
'hover:tw-brightness-90': true, 'hover:tw-brightness-90': true,
}" }"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment