Radio buttons need border-radius override #8833
Labels
[Feature] UI Components
Impacts or related to the UI component system
[Type] Enhancement
A suggestion for improvement.
Since #8385 we provide an updated generic style for inputs with a default 4px border-radius. However because of the order of CSS loading, this default border-radius override's core's 50% border-radius definition for radio buttons (which renders them round).
To Reproduce
Steps to reproduce the behavior:
<RadioControl />
Expected behavior
Good: 🔘
Bad: ⏺
Screenshots
The text was updated successfully, but these errors were encountered: