aefis-core-ui 2.3.0-rc27 → 2.3.0-rc28

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.
@@ -4882,11 +4882,9 @@ const ListItem = ({
4882
4882
  component: "li"
4883
4883
  };
4884
4884
  if (_display === "horizontal") {
4885
- listItemArgs["sx"] = {
4886
- marginRight: "2px",
4887
- marginBottom: "2px",
4888
- width: "min-content"
4889
- };
4885
+ listItemStyle["marginRight"] = "2px";
4886
+ listItemStyle["marginBottom"] = "2px";
4887
+ listItemStyle["width"] = "min-content";
4890
4888
  listItemArgs["dense"] = true;
4891
4889
  listItemArgs["disablePadding"] = true;
4892
4890
  listItemArgs["disableGutters"] = true;