codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
128 stars 148 forks source link

Update BottomNav.css #424

Open gautammanak1 opened 9 months ago

gautammanak1 commented 9 months ago

In this modified code:

The .MuiBottomNavigationAction-root.Mui-selected class adds a bottom border when the item is selected, using border-bottom.

The .Mui-selected class adjusts the font size for selected items. You can customize the font-size value as needed.

Media queries are used to further adjust the font size for different screen widths. You can modify these values based on your design requirements.

Describe the changes you've made

The .MuiBottomNavigationAction-root.Mui-selected class adds a bottom border when the item is selected, using border-bottom.

The .Mui-selected class adjusts the font size for selected items. You can customize the font-size value as needed.

Media queries are used to further adjust the font size for different screen widths. You can modify these values based on your design requirements.

Remember to include this CSS code in your project's stylesheet, and make additional modifications as necessary to achieve the desired appearance for your Bottom Navigation component.