Skip to content

Commit 9d4017f

Browse files
committed
fix:verticalBarの色をカラーテーマから取得するように
1 parent 9c78639 commit 9d4017f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Main/MainView/QallView/QallView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ const toggleDanmaku = () => {
374374
.verticalBar {
375375
width: 1px;
376376
height: 64px;
377-
background-color: #ced6db;
377+
background-color: $theme-ui-tertiary-default;
378378
margin: 0 16px;
379379
}
380380

0 commit comments

Comments
 (0)