From bdd27acdf26d068fcb937db844e70154b9338aec Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 24 Apr 2022 09:18:50 +0200 Subject: [PATCH] Fix text color --- ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml | 1 + 1 file changed, 1 insertion(+) 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)