Skip to content

Commit

Permalink
Merge pull request #1940 from dev-launchers/RETprojects/ideaSubmission
Browse files Browse the repository at this point in the history
fix(Spacing between radio buttons)
  • Loading branch information
dbradham committed Sep 1, 2024
2 parents 3f85146 + 25ce244 commit 84539d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/UI/src/components/atoms/Radio/StyledRadio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export const Option = styled.label`
p {
pointer-events: none;
}
margin-bottom: 0.25rem;
`;

export const Input = styled.input`
Expand Down

0 comments on commit 84539d4

Please sign in to comment.