@popmenu/admin-ui 0.81.0 → 0.82.1
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/build/index.es.js +16 -0
- package/build/index.es.js.map +1 -1
- package/build/index.js +16 -0
- package/build/index.js.map +1 -1
- package/build/theme/overrides.d.ts +16 -0
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -2226,6 +2226,22 @@ var adminThemeDefaultProps = {
|
|
|
2226
2226
|
};
|
|
2227
2227
|
|
|
2228
2228
|
var overrides = {
|
|
2229
|
+
MuiCssBaseline: {
|
|
2230
|
+
'@global': {
|
|
2231
|
+
'*::-webkit-scrollbar': {
|
|
2232
|
+
width: '12px',
|
|
2233
|
+
},
|
|
2234
|
+
'*::-webkit-scrollbar-thumb': {
|
|
2235
|
+
backgroundColor: 'rgba(167,167,167,1)',
|
|
2236
|
+
border: '2px solid rgba(245, 245, 245, 1)',
|
|
2237
|
+
borderRadius: '8px',
|
|
2238
|
+
},
|
|
2239
|
+
'*::-webkit-scrollbar-track': {
|
|
2240
|
+
backgroundColor: 'rgba(245, 245, 245, 1)',
|
|
2241
|
+
borderRadius: '0px',
|
|
2242
|
+
},
|
|
2243
|
+
},
|
|
2244
|
+
},
|
|
2229
2245
|
MuiSwitch: {
|
|
2230
2246
|
checked: {},
|
|
2231
2247
|
track: {},
|