@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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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:
|
|
5355
|
+
padding: `0 ${spacing.spacing_1_4}px`,
|
|
5356
5356
|
height: 'auto',
|
|
5357
5357
|
lineHeight: 1,
|
|
5358
5358
|
'&::placeholder': {
|