mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix color in tab button
This commit is contained in:
@@ -8,7 +8,7 @@ Button {
|
||||
|
||||
contentItem : Text {
|
||||
text : btn.text
|
||||
color : btn.active ? "#888888" : "red"
|
||||
color : btn.active ? "#185ee0" : "#888888"
|
||||
font.pixelSize: 22
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
Reference in New Issue
Block a user