diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-05 23:45:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-05 23:45:27 +0900 |
| commit | 4c65b0cd6fe01892153d0838740d67061c664459 (patch) | |
| tree | 34e72b3192fe230bdf9fa668fd483fbff1962c26 /src | |
| parent | Bye 'is-url' (#4113) (diff) | |
| download | misskey-4c65b0cd6fe01892153d0838740d67061c664459.tar.gz misskey-4c65b0cd6fe01892153d0838740d67061c664459.tar.bz2 misskey-4c65b0cd6fe01892153d0838740d67061c664459.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/ui/switch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/ui/switch.vue b/src/client/app/common/views/components/ui/switch.vue index 48a296c36d..a653e9df6d 100644 --- a/src/client/app/common/views/components/ui/switch.vue +++ b/src/client/app/common/views/components/ui/switch.vue @@ -119,11 +119,11 @@ export default Vue.extend({ font-size 16px cursor pointer transition inherit + color var(--text) > span display block line-height 20px - color var(--text) transition inherit > p |