@sinco/react 1.2.9-rc.0 → 1.2.9-rc.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/index.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8309,13 +8309,13 @@ var BitakoraConfig = _objectSpread2(_objectSpread2({}, components), {}, {
|
|
|
8309
8309
|
sizeSmall: {
|
|
8310
8310
|
padding: 4,
|
|
8311
8311
|
"& .MuiSvgIcon-root": {
|
|
8312
|
-
padding: 24
|
|
8312
|
+
// padding: 24,
|
|
8313
8313
|
}
|
|
8314
8314
|
},
|
|
8315
8315
|
sizeMedium: {
|
|
8316
8316
|
padding: 12,
|
|
8317
8317
|
"& .MuiSvgIcon-root": {
|
|
8318
|
-
padding: 24
|
|
8318
|
+
// padding: 24,
|
|
8319
8319
|
}
|
|
8320
8320
|
}
|
|
8321
8321
|
}
|