@leapdevuk/component-toolbox 0.0.18 → 0.0.20

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 CHANGED
@@ -8321,7 +8321,7 @@ const Rl = ({
8321
8321
  "div",
8322
8322
  {
8323
8323
  className: "displayFlex",
8324
- style: { alignItems: "center", paddingLeft: 8, minHeight: 28 },
8324
+ style: { alignItems: "center", minHeight: 28 },
8325
8325
  children: [
8326
8326
  s && /* @__PURE__ */ b.jsx(co, { title: "Delete", children: /* @__PURE__ */ b.jsx(
8327
8327
  Dr,
@@ -8356,6 +8356,7 @@ const Rl = ({
8356
8356
  borderRadius: 0,
8357
8357
  ":hover": {
8358
8358
  backgroundColor: "#c42b1c",
8359
+ color: "#ffffff",
8359
8360
  ".MuiSvgIcon-root": {
8360
8361
  path: { color: "#ffffff" }
8361
8362
  }
@@ -8364,7 +8365,12 @@ const Rl = ({
8364
8365
  onClick: () => {
8365
8366
  l && l();
8366
8367
  },
8367
- children: /* @__PURE__ */ b.jsx(nn, { style: { height: 20 } })
8368
+ children: /* @__PURE__ */ b.jsx(
8369
+ nn,
8370
+ {
8371
+ style: { color: "#ffffff", height: 20 }
8372
+ }
8373
+ )
8368
8374
  }
8369
8375
  ) })
8370
8376
  ]