New placeholder text color

This commit is contained in:
Zach Fox 2019-09-19 13:38:37 -07:00
parent 5077089518
commit 10352f1cb2

View file

@ -378,6 +378,7 @@ Rectangle {
rightPadding: 8
bottomBorderVisible: false
backgroundColor: "#1D1D1D"
placeholderTextColor: "#8E8E8E"
font.pixelSize: 14
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
clip: true