summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/components/widget-container.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:28:13 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:28:13 +0900
commitf5f2215b47ce4590788dce2af1c8e4e586548e77 (patch)
tree5d1854d8b6400937005d086850c973df5e462fb7 /src/client/app/desktop/views/components/widget-container.vue
parentwip (diff)
downloadmisskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.gz
misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.bz2
misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.zip
wip
Diffstat (limited to 'src/client/app/desktop/views/components/widget-container.vue')
-rw-r--r--src/client/app/desktop/views/components/widget-container.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/widget-container.vue b/src/client/app/desktop/views/components/widget-container.vue
index fbf7691cd3..d17b9c91d8 100644
--- a/src/client/app/desktop/views/components/widget-container.vue
+++ b/src/client/app/desktop/views/components/widget-container.vue
@@ -35,7 +35,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
- background isDark ? #282C37 : #fff
+ background var(--face)
box-shadow var(--shadow)
border-radius var(--round)
overflow hidden
@@ -45,7 +45,7 @@ root(isDark)
box-shadow none !important
> header
- background isDark ? #313543 : #fff
+ background var(--faceHeader)
> .title
z-index 1