Skip to content

Commit

Permalink
fix(radio): fix single radio style (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Oct 31, 2023
1 parent 458fb5c commit a7896e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/web/components/radio/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
border-radius: 0 @border-radius-default @border-radius-default 0;
}

&:only-child {
border-radius: @border-radius-default;
}

&.@{prefix}-is-checked {
color: @radio-button-color-outline-checked;
}
Expand Down

0 comments on commit a7896e5

Please sign in to comment.