Explicitly set the color in MyTextField.

This commit is contained in:
Adam Treat 2023-07-11 15:27:26 -04:00
parent 9dccc96e70
commit 806905f747

View File

@ -11,4 +11,5 @@ TextField {
color: theme.backgroundDark
radius: 10
}
color: theme.textColor
}