Checkbox - remove gap to the left #1156
Labels
⭕ core team issue
This is for the core team and should not be done by contributors
🎨 design issue
Task is for designers
⌨️ dev issue
Task is for developers
Milestone
Description / User story
When comparing design and code of the Checkbox a few misalignments can be seen:
The focus ring in design and code seem to have different values, but they look the same. In sizeVariant=MD the container is 24x24px in design but 16x16px in code. Also the border-radius of the focus ring seems to not be defined by a token in design, but just is 5px, whereas in code we apparently use the token for the checkbox control to calculate the border radius of the focus ring. I am afraid this approach would not work anymore when the control should not have a radius but the focus ring should have one.Requirements / Prerequisites
Acceptance Criteria
The focus ring in design is fully tokenizedThe focus ring in code uses all tokens that are defined in design to look the same as in designAdditional information
Code of Conduct
The text was updated successfully, but these errors were encountered: