Skip to content

Commit

Permalink
Merge pull request #782 from Stremio/fix/radio-button-circle-position
Browse files Browse the repository at this point in the history
fix(RadioButton): inner circle position
  • Loading branch information
kKaskak authored Jan 6, 2025
2 parents 326fc12 + d747ffc commit c08f624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/RadioButton/RadioButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
}

.inner-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1.25rem;
height: 1.25rem;
border-radius: 0.675rem;
Expand Down

0 comments on commit c08f624

Please sign in to comment.