@moderneinc/neo-styled-components 5.0.0-next.4ea0b0 → 5.0.0-next.5291ef
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 +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4977,7 +4977,6 @@ const StyledMenu = styled(Menu)(({ theme }) => ({
|
|
|
4977
4977
|
borderRadius: borderRadius.s,
|
|
4978
4978
|
border: `1px solid ${semanticColors.border.primary}`,
|
|
4979
4979
|
boxShadow: `${shadows.dropdown.x}px ${shadows.dropdown.y}px ${shadows.dropdown.blur}px ${shadows.dropdown.spread}px ${shadows.dropdown.shadow}`,
|
|
4980
|
-
minWidth: 200,
|
|
4981
4980
|
marginTop: theme.spacing(1),
|
|
4982
4981
|
paddingTop: theme.spacing(1),
|
|
4983
4982
|
paddingBottom: theme.spacing(1),
|