Update border color
This commit is contained in:
parent
04e5a7ea22
commit
99beb38121
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ Item {
|
||||||
radius: windowRadius - 1
|
radius: windowRadius - 1
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: Qt.rgba(255, 255, 255, 0.1)
|
border.color: FishUI.Theme.darkMode ? Qt.rgba(255, 255, 255, 0.25)
|
||||||
|
: Qt.rgba(255, 255, 255, 0.1)
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
smooth: true
|
smooth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue