@leapdevuk/component-toolbox 0.0.30 → 0.0.31
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8335,7 +8335,7 @@ const Rl = ({
|
|
|
8335
8335
|
sx: {
|
|
8336
8336
|
borderRadius: 0,
|
|
8337
8337
|
color: "#ffffff",
|
|
8338
|
-
padding: "6px
|
|
8338
|
+
padding: "7px 6px"
|
|
8339
8339
|
},
|
|
8340
8340
|
children: /* @__PURE__ */ b.jsx($l, {})
|
|
8341
8341
|
}
|
|
@@ -8358,6 +8358,7 @@ const Rl = ({
|
|
|
8358
8358
|
disableTouchRipple: !0,
|
|
8359
8359
|
sx: {
|
|
8360
8360
|
borderRadius: 0,
|
|
8361
|
+
padding: "7px 6px",
|
|
8361
8362
|
":hover": {
|
|
8362
8363
|
backgroundColor: "#c42b1c",
|
|
8363
8364
|
color: "#ffffff",
|