grep-components 1.15.0-grepf-1792.8 → 1.15.0-grepf-1792.10
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21909,13 +21909,14 @@ var ToolbarMenuItem = styled(NavLink)(function (_a) {
|
|
|
21909
21909
|
color: theme.palette.background.default,
|
|
21910
21910
|
cursor: 'pointer',
|
|
21911
21911
|
display: 'flex',
|
|
21912
|
-
fontSize: '
|
|
21912
|
+
fontSize: '14px',
|
|
21913
21913
|
padding: '0 17px',
|
|
21914
21914
|
height: '100%',
|
|
21915
21915
|
textTransform: 'capitalize',
|
|
21916
21916
|
userSelect: 'none',
|
|
21917
21917
|
position: 'relative',
|
|
21918
21918
|
textDecoration: 'none',
|
|
21919
|
+
fontWeight: 500,
|
|
21919
21920
|
':first-child': {
|
|
21920
21921
|
paddingLeft: 0,
|
|
21921
21922
|
':after': {
|