Update opacity
This commit is contained in:
parent
9f06ac75c6
commit
a6442684dc
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue