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
|
||||
color: "transparent"
|
||||
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
|
||||
smooth: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue