@firecms/ui 3.0.0-canary.235 → 3.0.0-canary.237

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.umd.js CHANGED
@@ -1288,7 +1288,7 @@
1288
1288
  const t4 = color ? colorClassesMapping[color] : "";
1289
1289
  let t5;
1290
1290
  if ($[3] !== className || $[4] !== t4) {
1291
- t5 = cls("material-icons", "block", t4, "select-none", className);
1291
+ t5 = cls("!block", "material-icons", t4, "select-none", className);
1292
1292
  $[3] = className;
1293
1293
  $[4] = t4;
1294
1294
  $[5] = t5;