diff --git a/src/declarativeimports/plasmacomponents/qml/styles/TextFieldStyle.qml b/src/declarativeimports/plasmacomponents/qml/styles/TextFieldStyle.qml index 8549e589f..63be90624 100644 --- a/src/declarativeimports/plasmacomponents/qml/styles/TextFieldStyle.qml +++ b/src/declarativeimports/plasmacomponents/qml/styles/TextFieldStyle.qml @@ -31,6 +31,7 @@ QtQuickControlStyle.TextFieldStyle { textColor: theme.viewTextColor selectionColor: theme.viewFocusColor selectedTextColor: theme.viewBackgroundColor + placeholderTextColor: Qt.tint(theme.viewTextColor, "#80000000") background: Item { implicitHeight: theme.mSize(theme.defaultFont).height * 1.6