wojtekmaj / react-calendar

Ultimate calendar for your React app.
https://projects.wojtekmaj.pl/react-calendar
MIT License
3.52k stars 509 forks source link

Removed the abbreviation under the weeks #914

Closed Karan5656 closed 8 months ago

Karan5656 commented 9 months ago

react-calendar Trying to remove the underline from weeks for better UI.

wojtekmaj commented 8 months ago

Underline is there for accessibility purposes. But if you really don't want that, use CSS to hide it.

Karan5656 commented 8 months ago

Underline is there for accessibility purposes. But if you really don't want that, use CSS to hide it.

Oh, got it. Applying CSS on the wrong class 🤦‍♂️. Thanks!