@leapdevuk/component-toolbox 0.0.47 → 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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -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)" }
|