#Radio icon size
5 messages · Page 1 of 1 (latest)
You can customize component styles with Styles API
i think var(--radio-icon-size-md) this var should be exposed as a prop. styles={{ icon: { width: rem(20), height: rem(20) } }} this code results in this
there's also this transform var. what would be the recommended way to deal with this, Vitaly?
Use Styles API to apply styles to elements