Modify background color

pull/7/head
rekols 4 years ago
parent 3f40b9ca00
commit 8f00689f65

@ -41,10 +41,10 @@ Item {
Rectangle { Rectangle {
id: _background id: _background
anchors.fill: parent anchors.fill: parent
border.width: 0
radius: windowRadius radius: windowRadius
color: FishUI.Theme.darkMode ? "#5E5E5E" : "#FFFFFF" color: FishUI.Theme.darkMode ? "#828286" : "#F2F2F2"
opacity: FishUI.Theme.darkMode ? 0.5 : 0.4 opacity: FishUI.Theme.darkMode ? 0.3 : 0.4
border.width: 0
Behavior on color { Behavior on color {
ColorAnimation { ColorAnimation {

Loading…
Cancel
Save