@leapdevuk/component-toolbox 0.0.46 → 0.0.48
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 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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)" }
|
|
@@ -8644,7 +8644,7 @@ const go = ({
|
|
|
8644
8644
|
{
|
|
8645
8645
|
sx: {
|
|
8646
8646
|
borderRadius: 0,
|
|
8647
|
-
padding: "2px",
|
|
8647
|
+
padding: "1px 2px",
|
|
8648
8648
|
backgroundColor: t ? "#f3f3f3 !important" : "inherit",
|
|
8649
8649
|
":hover": { backgroundColor: "rgba(0, 0, 0, 0.04)" },
|
|
8650
8650
|
":focus": { backgroundColor: "rgba(0, 0, 0, 0.04)" }
|