adevinta / spark-ios

✨ Simple, Modular & Accessible UI Components for your iOS Applications
MIT License
17 stars 4 forks source link

[Component] TextField: Add scale factor to corner radius #1009

Open LouisBorleeAdevinta opened 1 month ago

LouisBorleeAdevinta commented 1 month ago

When the dynamic size changes, the corner radius do not scale with it atm

For example, a corner radius of 4px on a 40px component will be 10% whereas for a 80px it will only be 5% (less rounded)

Image Image

Here you can see one with the scaling (the most rounded one) and one without

elisa-hery commented 3 weeks ago

Nice ! Result here (with max size) :

before :

specs

after :

specs