Skip to content

Commit

Permalink
fix: change spacing on checkbox label and hint
Browse files Browse the repository at this point in the history
changes from 8px to 4px (Spacing 2 > Spacing 1)
  • Loading branch information
benlister-okta committed Feb 1, 2024
1 parent b5b53ea commit 08fb4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ export const components = ({
alignItems: "center",
fontSize: odysseyTokens.TypographySizeSubordinate,
lineHeight: odysseyTokens.TypographyLineHeightBody,
marginBlockStart: odysseyTokens.Spacing2,
marginBlockStart: odysseyTokens.Spacing1,
[`.${formLabelClasses.root} + &`]: {
marginBlockStart: `-${odysseyTokens.Spacing1}`,
color: odysseyTokens.TypographyColorSubordinate,
Expand Down

0 comments on commit 08fb4f9

Please sign in to comment.