@leapdevuk/component-toolbox 0.0.20 → 0.0.22
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -740,7 +740,7 @@ const Ul = ({
|
|
|
740
740
|
"& .MuiInputBase-input": {
|
|
741
741
|
borderLeft: "1px solid rgba(0, 0, 0, 0.23)",
|
|
742
742
|
color: "#000",
|
|
743
|
-
|
|
743
|
+
height: "16px",
|
|
744
744
|
textAlign: "end"
|
|
745
745
|
}
|
|
746
746
|
},
|
|
@@ -8331,8 +8331,7 @@ const Rl = ({
|
|
|
8331
8331
|
sx: {
|
|
8332
8332
|
borderRadius: 0,
|
|
8333
8333
|
color: "#ffffff",
|
|
8334
|
-
|
|
8335
|
-
paddingRight: "8px"
|
|
8334
|
+
padding: "6px 8px"
|
|
8336
8335
|
},
|
|
8337
8336
|
children: /* @__PURE__ */ b.jsx($l, {})
|
|
8338
8337
|
}
|