@acuteinfo/common-screens 1.0.34 → 1.0.35
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 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -459,9 +459,7 @@ const OTPModel = ({ classes, OTPResendRequest, open, handleClose, loginState, Ve
|
|
|
459
459
|
// fullWidth
|
|
460
460
|
disabled: loginState.otploading, onClick: () => {
|
|
461
461
|
previousStep(false, "");
|
|
462
|
-
}, className: classes.otpButtons,
|
|
463
|
-
// color={"var(--theme-color3) "}
|
|
464
|
-
sx: {
|
|
462
|
+
}, className: classes.otpButtons, textColor: "var(--theme-color3)", sx: {
|
|
465
463
|
border: "var(--theme-color3)1px solid",
|
|
466
464
|
minWidth: "50%",
|
|
467
465
|
background: "var(--theme-color2)",
|
|
@@ -570,9 +568,9 @@ const OTPModelForm = ({ classes, OTPResendRequest, handleClose, loginState, Veri
|
|
|
570
568
|
gap: "10px",
|
|
571
569
|
margin: "42px 0 0 42px",
|
|
572
570
|
width: "60%",
|
|
573
|
-
}, children: [jsx(GradientButton, { fullWidth: true, disabled: loginState.otploading, onClick: handleCloseEvent, className: classes.otpButtons, starticon: "West", textColor: "var(--theme-
|
|
571
|
+
}, children: [jsx(GradientButton, { fullWidth: true, disabled: loginState.otploading, onClick: handleCloseEvent, className: classes.otpButtons, starticon: "West", textColor: "var(--theme-color3) !important", sx: {
|
|
574
572
|
"&:disabled": {
|
|
575
|
-
color: "var(-theme-
|
|
573
|
+
color: "var(-theme-color3) !important"
|
|
576
574
|
}
|
|
577
575
|
}, rotateIcon: "scale(1.4) rotateX(360deg)", style: {
|
|
578
576
|
border: "var(--theme-color3)1px solid",
|