sveltekit-jui
sveltekit-jui copied to clipboard
Radio button: roundness issue
Radio button is not really rounded. How to fix 🤔 ? Already gave it a try, with a lot of variations on border-radius in the _c-checkbox-radio.scss partial, but to no avail. The dot is rendered using a :before pseudo element.

Thanks @fractalhq for reporting this to give it extra attention.
Possible route to try is to rewrite the code so it doesn't use a pseudo element.