What is the easiest way to change the disabled color of a MDTextField?
For example:
MDTextField:
hint_text: 'some hint text'
disabled: True
text: 'something'
Instead of being black(the text), have the same color as if the user was inputing something.
Thanks in advance