Skip to content

Time inputs have wrong font size on mobile breakpoint #7675

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

Conversation

successbyte
Copy link
Contributor

This PR Closes #7563

The text of Input component was in laptops: md:text-sm = 14px & in mobile sizes text-base = 16px
now changed to (reversed) in laptops: md:text-base = 16px & in mobile sizes text-sm = 14px

now in mobiles it is 14px and in bigger screens it is 16px

Copy link

vercel bot commented Jun 24, 2025

@successbyte is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@shadcn
Copy link
Collaborator

shadcn commented Jul 1, 2025

@successbyte This is intentional. This prevents the viewport zoom on mobile devices on focus.

@shadcn shadcn closed this Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Time inputs have wrong font size on mobile breakpoint in Chrome
2 participants