@acuteinfo/common-screens 1.0.60 → 1.0.61
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 +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -476,10 +476,13 @@ const OTPModel = ({ classes, OTPResendRequest, open, handleClose, loginState, Ve
|
|
|
476
476
|
disabled: loginState.otploading || loginState.loading, onClick: () => {
|
|
477
477
|
previousStep(false, "");
|
|
478
478
|
}, className: classes.otpButtons, textColor: "var(--theme-color3)", sx: {
|
|
479
|
-
border: "var(--theme-color3)1px solid",
|
|
479
|
+
border: "var(--theme-color3) 1px solid",
|
|
480
480
|
minWidth: "50%",
|
|
481
481
|
background: "var(--white)",
|
|
482
482
|
borderRadius: "10px",
|
|
483
|
+
"&:disabled": {
|
|
484
|
+
color: "var(-theme-color3) !important",
|
|
485
|
+
},
|
|
483
486
|
"&:hover": {
|
|
484
487
|
background: "var(--white) !important",
|
|
485
488
|
},
|
|
@@ -840,7 +843,7 @@ const BankDetails = ({ bannerDetails }) => {
|
|
|
840
843
|
}, children: jsxs(Container, { maxWidth: "sm", children: [jsxs("div", { className: "text", style: {
|
|
841
844
|
color: "white",
|
|
842
845
|
fontStyle: "normal",
|
|
843
|
-
fontSize: "
|
|
846
|
+
fontSize: "31px",
|
|
844
847
|
paddingTop: "30px",
|
|
845
848
|
}, children: [banner?.bannerTitle ?? "", jsx("span", { style: { marginLeft: "8px", fontWeight: "900" } })] }), jsx("div", { style: {
|
|
846
849
|
lineHeight: "27px",
|