-
-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large font-size on selected days in 9.3.0 #2580
Comments
Oh, that's an old story. Funny thing, that larger font was actually the style I wanted to ship in v9. Should I revert it ? 🤔 |
I'd revert it just because it's causing layout changes for everyone updating, and new installs will notice it's different from what's shown on the website. I prefer the regular font, but whatever you decide, I'd align the website overrides with it. |
@staaky thanks for the feedback! I've updated website in #2588 to match the actual style, with the larger font. If upgrading to v9.3 changes the font of DayPicker, this maybe related to #2573 that fixes a style bug introduced since v9.0. |
In 9.3.0 there's a
font-size: large
on.rdp-selected
, it makes the selected days too big (see screenshot).react-day-picker/src/style.css
Lines 240 to 243 in 79fc047
Probably overlooked because the website has overrides that mask the problem.
I can replicate it on daypicker.dev by disabling these in devtools:
react-day-picker/website/src/css/custom.css
Lines 71 to 77 in 79fc047
react-day-picker/website/src/css/docusaurus-reset.css
Lines 142 to 146 in 79fc047
The text was updated successfully, but these errors were encountered: