[plasmacomponents3/spinbox] Fix selected text color

There's no such color as theme.selectedTextColor.
This commit is contained in:
Nate Graham 2021-02-03 21:30:16 -07:00
parent 353bb1578b
commit 32eef18f50

View File

@ -37,7 +37,7 @@ T.SpinBox {
font: control.font
color: theme.viewTextColor
selectionColor: theme.highlightColor
selectedTextColor: theme.selectedTextColor
selectedTextColor: theme.highlightedTextColor
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter