@ornikar/kitt-universal 5.0.1 → 5.0.2

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.
@@ -1505,7 +1505,7 @@ function useKittTheme() {
1505
1505
 
1506
1506
  var CheckboxAndLabelPressableWrapper = /*#__PURE__*/styled.Pressable.withConfig({
1507
1507
  displayName: "Checkbox__CheckboxAndLabelPressableWrapper"
1508
- })(["display:flex;flex-direction:row;align-items:center;"]);
1508
+ })(["display:flex;flex-direction:row;"]);
1509
1509
  var CheckboxContainer = /*#__PURE__*/styled.View.withConfig({
1510
1510
  displayName: "Checkbox__CheckboxContainer"
1511
1511
  })(["display:flex;flex-direction:row;align-items:center;justify-content:center;height:", "px;width:", "px;position:relative;border-radius:", "px;", " margin-right:", ";"], function (_ref) {