Fix switches background style

This commit is contained in:
M M Arif 2022-08-11 08:56:30 +05:00
parent 19c09f1069
commit 95c3b05e6e

View file

@ -203,7 +203,7 @@
</style>
<!-- Material switch style -->
<style name="MaterialSwitch" parent="Widget.Material3.CompoundButton.Switch">
<style name="MaterialSwitch" parent="Widget.MaterialComponents.CompoundButton.Switch">
<item name="switchMinWidth">@dimen/dimen32dp</item>
<item name="minHeight">@dimen/dimen24dp</item>
<item name="track">@drawable/switch_track</item>