@saasquatch/mint-components 2.0.6-3 → 2.0.6-4

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.
@@ -3947,7 +3947,7 @@ const style$5 = {
3947
3947
  "&::part(panel)": {
3948
3948
  boxShadow: "none",
3949
3949
  border: "none",
3950
- marginTop: "4px",
3950
+ marginTop: "var(--sl-spacing-x-small)",
3951
3951
  },
3952
3952
  },
3953
3953
  DropdownContent: {
@@ -225,7 +225,7 @@ const style = {
225
225
  "&::part(panel)": {
226
226
  boxShadow: "none",
227
227
  border: "none",
228
- marginTop: "4px",
228
+ marginTop: "var(--sl-spacing-x-small)",
229
229
  },
230
230
  },
231
231
  DropdownContent: {
@@ -3943,7 +3943,7 @@ const style$5 = {
3943
3943
  "&::part(panel)": {
3944
3944
  boxShadow: "none",
3945
3945
  border: "none",
3946
- marginTop: "4px",
3946
+ marginTop: "var(--sl-spacing-x-small)",
3947
3947
  },
3948
3948
  },
3949
3949
  DropdownContent: {