@leapdevuk/component-toolbox 0.0.13 → 0.0.14
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 +5 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8116,7 +8116,7 @@ const Rf = ({
|
|
|
8116
8116
|
inputAdornment: {
|
|
8117
8117
|
onClick: (S) => x(S.currentTarget),
|
|
8118
8118
|
sx: {
|
|
8119
|
-
padding: "
|
|
8119
|
+
padding: "12px",
|
|
8120
8120
|
borderRadius: 0,
|
|
8121
8121
|
":hover": {
|
|
8122
8122
|
borderRadius: 0,
|
|
@@ -8126,7 +8126,9 @@ const Rf = ({
|
|
|
8126
8126
|
borderRadius: 0,
|
|
8127
8127
|
paddingTop: "1px",
|
|
8128
8128
|
paddingBottom: "1px"
|
|
8129
|
-
}
|
|
8129
|
+
},
|
|
8130
|
+
backgroundColor: e ? "#f3f3f3" : "#ffffff",
|
|
8131
|
+
margin: 0
|
|
8130
8132
|
}
|
|
8131
8133
|
},
|
|
8132
8134
|
popper: {
|
|
@@ -8228,7 +8230,7 @@ const Rf = ({
|
|
|
8228
8230
|
width: r ? "100%" : 129,
|
|
8229
8231
|
"& .MuiInputBase-input": { width: "75%", paddingRight: 0 },
|
|
8230
8232
|
"& .MuiInputBase-root": {
|
|
8231
|
-
paddingRight:
|
|
8233
|
+
paddingRight: 0
|
|
8232
8234
|
}
|
|
8233
8235
|
},
|
|
8234
8236
|
views: ["year", "month", "day"]
|