@movable/ui 3.20.6 → 3.20.7
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/lib/index.mjs +3 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -23735,7 +23735,9 @@ const A1 = Wr(({ name: e, minRows: t = 3, variant: r = "filled", size: o = "medi
|
|
|
23735
23735
|
if (m !== null) {
|
|
23736
23736
|
const g = h[0]?.groupLabelSx;
|
|
23737
23737
|
p.push(u.jsx(uf, { sx: {
|
|
23738
|
-
|
|
23738
|
+
fontSize: "0.75rem",
|
|
23739
|
+
fontWeight: 500,
|
|
23740
|
+
textTransform: "uppercase",
|
|
23739
23741
|
color: "text.secondary",
|
|
23740
23742
|
paddingTop: 1.25,
|
|
23741
23743
|
paddingBottom: 0,
|