Skip to content

Commit

Permalink
Merge pull request #4500 from traPtitech/fix/verticalBar
Browse files Browse the repository at this point in the history
fix:verticalBarの色をカラーテーマから取得するように
  • Loading branch information
mathsuky authored Jan 26, 2025
2 parents 9c78639 + 9d4017f commit dc04496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main/MainView/QallView/QallView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ const toggleDanmaku = () => {
.verticalBar {
width: 1px;
height: 64px;
background-color: #ced6db;
background-color: $theme-ui-tertiary-default;
margin: 0 16px;
}
Expand Down

0 comments on commit dc04496

Please sign in to comment.