Skip to content

Commit

Permalink
ループボタンを調性
Browse files Browse the repository at this point in the history
  • Loading branch information
romot-co committed Oct 7, 2024
1 parent 7193bc7 commit eb14753
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Sing/ToolBar/ToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -733,12 +733,16 @@ onUnmounted(() => {
}
.sing-playback-loop {
margin-left: 4px;
margin-left: 6px;
&.q-btn--active,
&.loop-enabled {
color: var(--scheme-color-primary);
background: var(--scheme-color-secondary-container);
}
:deep(.q-icon) {
font-size: 20px;
}
}
.sing-playhead-position {
Expand Down

0 comments on commit eb14753

Please sign in to comment.