Update opacity

This commit is contained in:
rekols 2021-06-05 19:12:16 +08:00
parent 9f06ac75c6
commit a6442684dc

View file

@ -43,7 +43,7 @@ Item {
anchors.fill: parent anchors.fill: parent
radius: windowRadius radius: windowRadius
color: FishUI.Theme.darkMode ? "#828286" : "#F2F2F2" color: FishUI.Theme.darkMode ? "#828286" : "#F2F2F2"
opacity: FishUI.Theme.darkMode ? 0.3 : 0.4 opacity: FishUI.Theme.darkMode ? 0.5 : 0.4
border.width: 0 border.width: 0
Behavior on color { Behavior on color {