diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
| commit | e9afc1d867250184e29de3428ae271b64a00a1f6 (patch) | |
| tree | ccbbd198622fada4f4499f43ad04e6d99286d6e8 /src/client/components/ui/switch.vue | |
| parent | :art: (diff) | |
| download | misskey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.gz misskey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.bz2 misskey-e9afc1d867250184e29de3428ae271b64a00a1f6.zip | |
refactror
Diffstat (limited to 'src/client/components/ui/switch.vue')
| -rw-r--r-- | src/client/components/ui/switch.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/components/ui/switch.vue b/src/client/components/ui/switch.vue index 68e6d43495..18a2ec33f1 100644 --- a/src/client/components/ui/switch.vue +++ b/src/client/components/ui/switch.vue @@ -83,8 +83,8 @@ export default Vue.extend({ &.checked { > .button { - background-color: var(--xxubwiul); - border-color: var(--xxubwiul); + background-color: var(--X10); + border-color: var(--X10); > * { background-color: var(--accent); @@ -108,7 +108,7 @@ export default Vue.extend({ margin: 3px 0 0 0; width: 34px; height: 14px; - background: var(--nhzhphzx); + background: var(--X6); outline: none; border-radius: 14px; transition: inherit; |