Skip to content

Commit

Permalink
misc: change radio and checkbox spacing with label
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Nov 29, 2024
1 parent a3a58f7 commit de072d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/form/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Checkbox = ({
}

const InputContainer = styled.div`
margin-right: ${theme.spacing(4)};
margin-right: ${theme.spacing(3)};
display: inline-flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/Radio/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Container = styled.div`
`

const RadioContainer = styled.div`
margin-right: ${theme.spacing(4)};
margin-right: ${theme.spacing(3)};
display: flex;
align-items: flex-start;
padding-top: 4px;
Expand Down

0 comments on commit de072d7

Please sign in to comment.