masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Coordinate error messages for the two modular scale input fields #202

Closed masakudamatsu closed 4 years ago

masakudamatsu commented 4 years ago

Currently, when one input field returns an error, entering a value in the other input field removes the error as long as it's a valid value.

masakudamatsu commented 4 years ago

The cause of the bug was that we didn't create two separate error states for x-height and line-height ratio values. We have fixed it.