-
Hey Paste team 👋🏼 With the new One Twilio theme, is there any ability to make a button the full width of the container and not just based on the width of the copy within? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @amyodea, In code, you can use Button's In Figma, it's a bit trickier. Using a Button instance, you'll want to select the Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @amyodea,
In code, you can use Button's
fullWidth
prop like<Button fullWidth></Button>
and the width will match its container. This should work across any theme in Paste.In Figma, it's a bit trickier. Using a Button instance, you'll want to select the
Button
,Button content ↓
, andContent ↓
layers, then set the horizontal sizing fromhug contents
tofill container
.Hope this helps!