Skip to content

Fix MDCheckbox color

Mikhail Gerasimov requested to merge germn/KivyMD:fix_controls_color into master

For some reason MDCheckbox texture's color right now multiplies on it's label color. Since both colors primary, we get similar, but wrong result color. This difference especially visible in Dark theme.

Before PR (now):

alt text

After PR:

alt text

Merge request reports