Radio Button Group - figma error #3086
-
Hi team, When i turn on "selected" for one of the buttons in the group - there is an error that the border-right doesn't show. Please see the attached image. If this is an error, would you please fix the component? Thank you! Jiyeon |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Jiyeon, The border design, though strange, is intentional and the same in code. We use shadow borders here instead of color borders so as to not affect the actual width/height of the button, and because of the stack order of elements in code, the borders end up overlapping. Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi Jiyeon,
The border design, though strange, is intentional and the same in code. We use shadow borders here instead of color borders so as to not affect the actual width/height of the button, and because of the stack order of elements in code, the borders end up overlapping. Hope this helps!