Skip to content

Commit

Permalink
Merge pull request #586 from contember/pr/radio-button
Browse files Browse the repository at this point in the history
fix(ui): Radio buttons labels
  • Loading branch information
attitude authored Jul 27, 2023
2 parents 3d7d8f8 + bbccb71 commit fb48f68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ui/src/components/Forms/Radio/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--control-font-size: var(--cui-font-size-controls);
display: inline-flex;
flex-direction: column;
gap: calc(3 * var(--cui-gap));
gap: var(--cui-padding);
position: relative;
}

Expand Down Expand Up @@ -95,3 +95,7 @@
:where(.cui-radio-button.is-checked)::after {
transform: scale(var(--button-knob-scale));
}

:where(.cui-radio-control .cui-field-container-header) {
font-weight: unset;
}

0 comments on commit fb48f68

Please sign in to comment.