Tabbar: Fix close button color

pull/19/head
reionwong 5 years ago
parent b02d89e406
commit e9f0976745

@ -32,8 +32,8 @@ Item {
property alias background: _background
property color backgroundColor: "transparent"
property color hoveredColor: "#FF5C6D"
property color pressedColor: "#CC4A57"
property color hoveredColor: "#FF273D"
property color pressedColor: "#CF182B"
property alias source: _image.source
property alias image: _image
signal clicked()

@ -37,7 +37,6 @@ Rectangle {
: control.checked ? control.FishUI.Theme.highlightColor : control.FishUI.Theme.disabledTextColor
border.width: 1
scale: control.down ? 0.91 : 1.0
Rectangle {
anchors.fill: parent

Loading…
Cancel
Save