Previously discussed at #65
Workaround
Use Padding="2" on your MaterialIcons. You can set it to every MaterialIcon via this style:
<Style Selector="MaterialIcon">
<Setter Property="Padding" Value="2" />
<Style/>
Solution
Probably need implement some backward compatibility styles/resources import to allow old users to use 3.x.x with a old sized.
Probably we also need tests to cover this.
Previously discussed at #65
Workaround
Use Padding="2" on your MaterialIcons. You can set it to every MaterialIcon via this style:
Solution
Probably need implement some backward compatibility styles/resources import to allow old users to use 3.x.x with a old sized.
Probably we also need tests to cover this.