#How do i keep my corner angles consistent accross my design?

4 messages · Page 1 of 1 (latest)

opal sky
#

Hello everyone, i keep putting the same values everywhere but the radius is not adjusted to the shape size. Is there any features that help with this? thanks..

wanton solar
#

You can use Figma Tokens for this.
https://www.figma.com/community/plugin/843461159747178978

They have what I would essentially call extra styles that can be applied to things like corner radius.

Figma

Figma Community plugin - Gives you the ability to use Design Tokens that can be used for a whole range of design options, from border radii or spacer units to semantic color and typography styles that are able to reference other tokens. It allows you to change tokens and see these changes applied to the whole document, i...

#

Outside of that you can only try and build most of your components using guidelines that set your border radius through a certain rule.

vague tapir
#

I think what they are asking for here is % based border-radius instead of pixel based. Like in CSS you can set border-radius as a % and it will adjust according to the size of the element.