Replies: 1 comment
-
@DaveMaks so padding isn't used in this (the parent) component. It's passed down to the children components via the Context API. The benefit of setting this on the parent was so it can be done once and match for all children. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
skeleton/packages/skeleton/src/lib/components/Radio/RadioGroup.svelte
Line 52 in 9344fd6
I think it is necessary to correct this line and replace
${cBase}
with${padding?padding:cBase}
, because padding is not used anywhereBeta Was this translation helpful? Give feedback.
All reactions