Move settings into a separate window, prepare YouAds component for a native rewrite
This commit is contained in:
@@ -20,7 +20,7 @@ Button {
|
||||
background: Rectangle {
|
||||
color: parent.outlined ? "transparent" : (parent.hovered ? Colors.primaryAlt : Colors.primary)
|
||||
border.color: (parent.hovered ? "#555" : "#777")
|
||||
border.width: parent.outlined ? 2 : 0
|
||||
border.width: (parent.outlined || parent.focuesd) ? 2 : 0
|
||||
opacity: enabled ? 1 : 0.3
|
||||
radius: 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user