Adjust UI

pull/3/head
reionwong 5 years ago
parent 1126915ed8
commit 43f0a0e20d

@ -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"
Rectangle {
id: loopIndicator

Loading…
Cancel
Save