fix color in tab button

This commit is contained in:
uncor3
2026-05-22 12:09:53 +00:00
parent d5d50a7db8
commit a83eb51ea0
+1 -1
View File
@@ -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