Fix not setting the text input color ond default template

This commit is contained in:
Ksaper 2023-03-12 12:41:53 +02:00
parent 74f4834dc4
commit 45f858d8f7
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ local function build_widget(self)
id = "text_input_role",
forced_width = dpi(650),
forced_height = dpi(60),
text_color = self.text_input_color,
reset_on_stop = self.reset_on_hide,
placeholder = self.text_input_placeholder,
unfocus_keys = { },