Fix not setting the text input color ond default template
This commit is contained in:
parent
74f4834dc4
commit
45f858d8f7
|
@ -56,6 +56,7 @@ local function build_widget(self)
|
||||||
id = "text_input_role",
|
id = "text_input_role",
|
||||||
forced_width = dpi(650),
|
forced_width = dpi(650),
|
||||||
forced_height = dpi(60),
|
forced_height = dpi(60),
|
||||||
|
text_color = self.text_input_color,
|
||||||
reset_on_stop = self.reset_on_hide,
|
reset_on_stop = self.reset_on_hide,
|
||||||
placeholder = self.text_input_placeholder,
|
placeholder = self.text_input_placeholder,
|
||||||
unfocus_keys = { },
|
unfocus_keys = { },
|
||||||
|
|
Loading…
Reference in New Issue