@okta/odyssey-react-mui 1.12.8 → 1.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.12.9](https://github.com/okta/odyssey/compare/v1.12.8...v1.12.9) (2024-02-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - change spacing on checkbox label and hint ([08fb4f9](https://github.com/okta/odyssey/commit/08fb4f9b6e9579b110ef640035a2776687f6f3d1))
11
+
6
12
  ## [1.12.8](https://github.com/okta/odyssey/compare/v1.12.7...v1.12.8) (2024-02-02)
7
13
 
8
14
  **Note:** Version bump only for package @okta/odyssey-react-mui
@@ -1473,7 +1473,7 @@ export const components = _ref => {
1473
1473
  alignItems: "center",
1474
1474
  fontSize: odysseyTokens.TypographySizeSubordinate,
1475
1475
  lineHeight: odysseyTokens.TypographyLineHeightBody,
1476
- marginBlockStart: odysseyTokens.Spacing2,
1476
+ marginBlockStart: odysseyTokens.Spacing1,
1477
1477
  [`.${formLabelClasses.root} + &`]: {
1478
1478
  marginBlockStart: `-${odysseyTokens.Spacing1}`,
1479
1479
  color: odysseyTokens.TypographyColorSubordinate