use PlasmaCore.ColorScope for text as the rest

This commit is contained in:
Marco Martin 2017-01-18 15:03:22 +01:00
parent aacf4f9aa4
commit 859dcc1403

View File

@ -170,7 +170,7 @@ Item {
horizontalAlignment: !internal.portrait && iconSource != null ? Text.AlignLeft : Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
color: root.checked ? theme.buttonTextColor : theme.textColor
color: PlasmaCore.ColorScope.textColor
}
}