@mamrp/components 1.7.15 → 1.7.16
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -226,8 +226,8 @@ function LicensePlate({
|
|
|
226
226
|
sx: {
|
|
227
227
|
backgroundColor: "#172554",
|
|
228
228
|
width: size === "small" ? "30px" : "36px",
|
|
229
|
-
minHeight:
|
|
230
|
-
maxHeight:
|
|
229
|
+
minHeight: "52px",
|
|
230
|
+
maxHeight: "52px",
|
|
231
231
|
display: "flex",
|
|
232
232
|
justifyContent: "center",
|
|
233
233
|
alignItems: "center",
|
|
@@ -2450,7 +2450,7 @@ function SearchLicensePlate({
|
|
|
2450
2450
|
sx: {
|
|
2451
2451
|
backgroundColor: "#172554",
|
|
2452
2452
|
width: "2.25rem",
|
|
2453
|
-
height: "
|
|
2453
|
+
height: "3rem",
|
|
2454
2454
|
display: "flex",
|
|
2455
2455
|
justifyContent: "center",
|
|
2456
2456
|
alignItems: "center",
|