grep-components 1.17.0-grepf-1780.1 → 1.17.0-grepf-1780.2
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 +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21778,6 +21778,7 @@ var ToolbarTitle = styled(NavLink)(function () { return ({
|
|
|
21778
21778
|
fontSize: '24px',
|
|
21779
21779
|
fontFamily: 'Montserrat',
|
|
21780
21780
|
fontWeight: 500,
|
|
21781
|
+
margin: '0 !important',
|
|
21781
21782
|
},
|
|
21782
21783
|
}); });
|
|
21783
21784
|
var EnvironmentTitle = styled('div')(function () { return ({
|