@shoplflow/base 0.24.8 → 0.24.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/dist/index.cjs CHANGED
@@ -1973,9 +1973,12 @@ Dropdown.Button = DropdownButton;
1973
1973
  Dropdown.Content = DropdownContent;
1974
1974
  exports.Dropdown = Dropdown;
1975
1975
  var Container2 = styled5__default.default.div`
1976
- width: 32px;
1977
- height: 32px;
1978
- padding: 7px;
1976
+ display: flex;
1977
+ align-items: center;
1978
+ justify-content: center;
1979
+ width: 24px;
1980
+ height: 24px;
1981
+ padding: 4px;
1979
1982
  `;
1980
1983
  var IconButton2 = styled5__default.default.button`
1981
1984
  display: flex;