summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/ui/switch.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-15 07:56:56 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-15 07:56:56 +0900
commit0ac9120064b295a363b74a2c2afc487db2b50908 (patch)
tree9b57129c2df6e17691f2f202d362e5150cc4d29c /src/client/app/common/views/components/ui/switch.vue
parentwip (diff)
downloadmisskey-0ac9120064b295a363b74a2c2afc487db2b50908.tar.gz
misskey-0ac9120064b295a363b74a2c2afc487db2b50908.tar.bz2
misskey-0ac9120064b295a363b74a2c2afc487db2b50908.zip
wip
Diffstat (limited to 'src/client/app/common/views/components/ui/switch.vue')
-rw-r--r--src/client/app/common/views/components/ui/switch.vue2
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 24611b9aa0..a9e00d73d2 100644
--- a/src/client/app/common/views/components/ui/switch.vue
+++ b/src/client/app/common/views/components/ui/switch.vue
@@ -92,7 +92,7 @@ root(isDark)
margin 3px 0 0 0
width 34px
height 14px
- background isDark ? rgba(#fff, 0.1) : rgba(#000, 0.25)
+ background isDark ? rgba(#fff, 0.15) : rgba(#000, 0.25)
outline none
border-radius 14px
transition inherit