Update border color

This commit is contained in:
cutefishd 2021-05-16 02:15:13 +08:00
parent 04e5a7ea22
commit 99beb38121

View file

@ -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
} }