@ -44,7 +44,7 @@ Item {
Rectangle {
id: _background
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
opacity: 0.7
}
@ -31,7 +31,7 @@ Slider {
background: Rectangle {
id: progressBarBackground
color: FishUI.Theme.alternateBackgroundColor
color: FishUI.Theme.darkMode ? "#3E3E40" : "#E6E6E6"
id: loopIndicator