podkrepi-bg / frontend

Charity platform https://podkrepi.bg Docs https://docs.podkrepi.bg
https://podkrepi.bg
MIT License
175 stars 84 forks source link

[Feature] Change all Inputs to match the UI Kit #743

Closed dimitur2204 closed 2 years ago

dimitur2204 commented 2 years ago

Is your feature request related to a problem? Please describe. All of our inputs currently are with the default MaterialUI Styling. We need to change them to match the UI Kit

Describe the solution you'd like We should just define the styles we need in the MuiTheme we have in theme/common now. And continue using the inputs as they are without changing them.

Describe alternatives you've considered Alternative is to create a wrapper component and do styling and so on there. And use that component everywhere, but that should be done only if the above solution does not work for some reason!

Additional context Design: image https://www.figma.com/file/MmvFKzUv6yE5U2wrOpWtwS/Podkrepi.bg?node-id=276%3A15 Discussion on design team:

image
dimitur2204 commented 2 years ago

@swolf86 What about the multiline inputs and textareas. They don't look good when they are too rounded.

image

What about something like that?

image