I was programming with Kivymd, and I have a problem.
My KV code:
MDTextField:
hint_text: "Hint Text"
font_name: "Fontname.ttf"
When I change font_name of MDTextfield
, font of field changes. But, hint text's font does not changes. It's font is still default font.
Is there any way to change hint text's font? Thanks.