@moderneinc/design-system-components 7.4.1-next.b09733 → 7.5.0-next.44ef69

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.esm.js CHANGED
@@ -5352,7 +5352,7 @@ const StyledSearchChip = styled(InputBase, {
5352
5352
  duration: theme.transitions.duration.short,
5353
5353
  }),
5354
5354
  [`& .${inputBaseClasses.input}`]: {
5355
- padding: '0 2px',
5355
+ padding: `0 ${spacing.spacing_1_4}px`,
5356
5356
  height: 'auto',
5357
5357
  lineHeight: 1,
5358
5358
  '&::placeholder': {