Updated KivyMD

This commit is contained in:
Mark Qvist 2022-10-08 17:17:59 +02:00
parent 9cf33ec050
commit 4b619f385d
98 changed files with 6018 additions and 3706 deletions

View file

@ -82,7 +82,7 @@ class MDSlider(ThemableBehavior, Slider):
and defaults to `True`.
"""
hint_bg_color = ColorProperty([0, 0, 0, 0])
hint_bg_color = ColorProperty(None)
"""
Hint rectangle color in (r.g.b.a) format.