@leapdevuk/component-toolbox 0.0.46 → 0.0.47

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
@@ -8532,7 +8532,7 @@ const go = ({
8532
8532
  {
8533
8533
  sx: {
8534
8534
  borderRadius: 0,
8535
- padding: "2px",
8535
+ padding: "1px 2px",
8536
8536
  backgroundColor: t ? "#f3f3f3 !important" : "inherit",
8537
8537
  ":hover": { backgroundColor: "rgba(0, 0, 0, 0.04)" },
8538
8538
  ":focus": { backgroundColor: "rgba(0, 0, 0, 0.04)" }