@axos-web-dev/shared-components 2.0.0-dev.13-stepForm.1 → 2.0.0-dev.13-stepForm.3
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.
|
@@ -491,7 +491,7 @@ function MortgageRateStep() {
|
|
|
491
491
|
{
|
|
492
492
|
className: input,
|
|
493
493
|
inputMode: "numeric",
|
|
494
|
-
placeholder: "Enter
|
|
494
|
+
placeholder: "Enter ZIP Code",
|
|
495
495
|
value: values.zipCode,
|
|
496
496
|
onChange: (e) => updateValue(
|
|
497
497
|
"zipCode",
|
|
@@ -572,7 +572,7 @@ function MortgageRateStep() {
|
|
|
572
572
|
{
|
|
573
573
|
className: input,
|
|
574
574
|
inputMode: "numeric",
|
|
575
|
-
placeholder: "Enter
|
|
575
|
+
placeholder: "Enter ZIP Code",
|
|
576
576
|
value: values.zipCode,
|
|
577
577
|
onChange: (e) => updateValue(
|
|
578
578
|
"zipCode",
|
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
display: grid;
|
|
134
134
|
grid-template-columns: 1fr 1fr;
|
|
135
135
|
gap: 16px;
|
|
136
|
+
align-items: start;
|
|
136
137
|
}
|
|
137
138
|
._13s19j3j {
|
|
138
139
|
background: #fff;
|
|
@@ -337,4 +338,7 @@
|
|
|
337
338
|
._13s19j31b {
|
|
338
339
|
opacity: 0.8 !important;
|
|
339
340
|
}
|
|
341
|
+
._13s19j31b path {
|
|
342
|
+
opacity: 0.8 !important;
|
|
343
|
+
}
|
|
340
344
|
}
|
package/package.json
CHANGED