diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css index e4a92e79..b05122da 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -9,3 +9,10 @@ font-family: 'Work Sans', ui-sans-serif, system-ui, sans-serif !important; } } + +@layer components { + input:checked ~ .dot { + transform: translateX(100%); + background-color: #FFF !important; + } +} \ No newline at end of file diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 81345187..000eb8d2 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -192,6 +192,26 @@ + + +