@3sc/common-component 0.0.229 → 0.0.230
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.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43220,7 +43220,7 @@ const T2 = ({
|
|
|
43220
43220
|
{
|
|
43221
43221
|
className: "cards",
|
|
43222
43222
|
sx: {
|
|
43223
|
-
|
|
43223
|
+
pt: " 0.8rem"
|
|
43224
43224
|
},
|
|
43225
43225
|
children: [
|
|
43226
43226
|
/* @__PURE__ */ m.jsx(
|
|
@@ -43237,7 +43237,9 @@ const T2 = ({
|
|
|
43237
43237
|
sx: {
|
|
43238
43238
|
width: "calc(100% - 2%)",
|
|
43239
43239
|
"& .MuiBadge-badge": {
|
|
43240
|
-
backgroundColor: "#6041EA"
|
|
43240
|
+
backgroundColor: "#6041EA",
|
|
43241
|
+
height: "0.5rem",
|
|
43242
|
+
minWidth: "0.5rem"
|
|
43241
43243
|
}
|
|
43242
43244
|
},
|
|
43243
43245
|
variant: "dot",
|