diff --git a/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml b/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml index f7ea7276..2fc9e77a 100644 --- a/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml +++ b/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml @@ -312,6 +312,7 @@ Item { TextField { id: tiSearch + placeholderTextColor: Material.secondaryTextColor placeholderText: qsTr("Search for Wallpaper and Widgets...") onEditingFinished: root.steamWorkshop.searchWorkshopByText( tiSearch.text)