summaryrefslogtreecommitdiff
path: root/src/styles/Desktop/TextFieldStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Desktop/TextFieldStyle.qml')
-rw-r--r--src/styles/Desktop/TextFieldStyle.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styles/Desktop/TextFieldStyle.qml b/src/styles/Desktop/TextFieldStyle.qml
index 68fd5d2c..9bb83ccf 100644
--- a/src/styles/Desktop/TextFieldStyle.qml
+++ b/src/styles/Desktop/TextFieldStyle.qml
@@ -58,8 +58,7 @@ Style {
SystemPalette.Disabled
}
- property color foregroundColor: syspal.text
- property color backgroundColor: syspal.base
+ property color textColor: syspal.text
property color placeholderTextColor: "darkGray"
property color selectionColor: syspal.highlight
property color selectedTextColor: syspal.highlightedText