summaryrefslogtreecommitdiff
path: root/packages/client/src/ui
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-02 14:00:37 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-02 14:00:37 +0900
commitded0f6f0dfd68f448d3026163c76d9fcb83eb4f9 (patch)
treecbbb8b282f8a0a135cedf2abfcb2db2d489ebb42 /packages/client/src/ui
parentenhance(server): アンケートを新しい順にソート (diff)
downloadmisskey-ded0f6f0dfd68f448d3026163c76d9fcb83eb4f9.tar.gz
misskey-ded0f6f0dfd68f448d3026163c76d9fcb83eb4f9.tar.bz2
misskey-ded0f6f0dfd68f448d3026163c76d9fcb83eb4f9.zip
refactor(client): refactoring
Diffstat (limited to 'packages/client/src/ui')
-rw-r--r--packages/client/src/ui/universal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue
index 41d59342bd..3614f7de53 100644
--- a/packages/client/src/ui/universal.vue
+++ b/packages/client/src/ui/universal.vue
@@ -234,7 +234,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
> .contents {
width: 100%;
min-width: 0;
- background: var(--panel);
+ background: var(--bg);
> main {
min-width: 0;