Slightly adjust the background color
This commit is contained in:
parent
5813f72849
commit
8287222fd8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Item {
|
|||
id: _background
|
||||
anchors.fill: parent
|
||||
radius: root.compositing ? windowRadius : 0
|
||||
color: FishUI.Theme.darkMode ? "#595959" : "#FFFFFF"
|
||||
color: FishUI.Theme.darkMode ? "#666666" : "#E6E6E6"
|
||||
opacity: root.compositing ? FishUI.Theme.darkMode ? 0.5 : 0.4 : 0.9
|
||||
border.width: 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue