Skip to content
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

Increase form input field border contrast #356

Merged
merged 1 commit into from
May 3, 2024

Commits on Apr 29, 2024

  1. Increase form input field border contrast

    The contrast provided by the border-gray-200 Tailwind utility
    class is very poor. It's nearly impossible to distinguish the edges 
    of an input field on a white background. 
    
    That's not a great default experience for Rails scaffolds.
    
    With a slight bump to border-gray-400, things are much easier 
    to distinguish.
    olivierlacan authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9c3f80 View commit details
    Browse the repository at this point in the history