greenyouse / bottom-nav

Material Design bottom-nav https://material.io/guidelines/components/bottom-navigation.html
MIT License
25 stars 6 forks source link

Change font-size when show-label is used #5

Closed greenyouse closed 7 years ago

greenyouse commented 7 years ago

If the show-label attribute is set, the font-size and padding-top should change. Material Design spec

Expected Outcome

When a tab is selected, it should change color, the font-size of the label should increase, and padding-top should change slightly. The label's size change and padding-top will push the icon up.

Actual Outcome

There is no change for the font-size of the label. There is also a transition which increases the spacing between the label and the icon that should not be there.