squaredev-io / matte

Matte is a UI component library on top of MUI and other react libraries.
https://squaredev-io.github.io/matte/?path=/docs
Apache License 2.0
18 stars 2 forks source link

Fix: Adds flex 1 to datepicker and select component #124

Closed anacolell closed 2 years ago

anacolell commented 2 years ago

Applied flex: 1 to the Datepicker and Select component so that all the components that have the leftLabel props have the same width. Just for demonstration purposes this is what a Datepicker and Textfield looked like before the fix (different widths) and after fix. Screenshot 2022-07-26 at 12 12 36 PM Screenshot 2022-07-26 at 12 12 52 PM