diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 14:02:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 14:02:23 +0900 |
| commit | 8db8d3f39e2c53544fd40aa202091d098d562d1d (patch) | |
| tree | 5602e1a9d1c4b63f280b46d14bfff80a7c423142 /src/client/app/common/views/components/ui | |
| parent | :art: (diff) | |
| download | misskey-8db8d3f39e2c53544fd40aa202091d098d562d1d.tar.gz misskey-8db8d3f39e2c53544fd40aa202091d098d562d1d.tar.bz2 misskey-8db8d3f39e2c53544fd40aa202091d098d562d1d.zip | |
:art:
Diffstat (limited to 'src/client/app/common/views/components/ui')
| -rw-r--r-- | src/client/app/common/views/components/ui/card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/ui/card.vue b/src/client/app/common/views/components/ui/card.vue index f08085ec0b..03732998b2 100644 --- a/src/client/app/common/views/components/ui/card.vue +++ b/src/client/app/common/views/components/ui/card.vue @@ -1,5 +1,5 @@ <template> -<div class="ui-card" :class="{ shadow: $store.state.settings.useShadow }"> +<div class="ui-card" :class="{ shadow: $store.state.device.useShadow }"> <header> <slot name="title"></slot> </header> |