Skip to content

Commit

Permalink
fix(Restored smaller gap)
Browse files Browse the repository at this point in the history
  • Loading branch information
RETprojects committed Sep 1, 2024
1 parent d4cbffc commit 25ce244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/UI/src/components/atoms/Radio/StyledRadio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Option = styled.label`
font-family: ${({ theme }) => theme.fonts.normal};
display: flex;
align-items: center;
gap: 0.75rem;
gap: 0.5rem;
list-style: none;
padding: 0.5rem 1rem;
border-radius: 8px;
Expand Down

0 comments on commit 25ce244

Please sign in to comment.