Skip to content

Commit

Permalink
fix: label alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
clairehhelms committed Jul 20, 2022
1 parent 2bd16db commit 7a0e3c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/checkbox/src/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ const StyledInputLabel = styled(InputLabel, {
display: "flex",
cursor: "default",
gap: "$025",
flexDirection: "row",
alignItems: "flex-end",
justifyContent: "center",
lineHeight: theme.lineHeights["050"],
});

export const Checkbox = React.forwardRef<HTMLButtonElement, CheckboxInterface>(
Expand Down

0 comments on commit 7a0e3c6

Please sign in to comment.