@acuteinfo/common-screens 1.0.32 → 1.0.34

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 CHANGED
@@ -570,11 +570,13 @@ const OTPModelForm = ({ classes, OTPResendRequest, handleClose, loginState, Veri
570
570
  gap: "10px",
571
571
  margin: "42px 0 0 42px",
572
572
  width: "60%",
573
- }, children: [jsx(GradientButton, { fullWidth: true, disabled: loginState.otploading, onClick: handleCloseEvent, className: classes.otpButtons, starticon: "West",
574
- // color={"var(--theme-color2) !important"}
575
- rotateIcon: "scale(1.4) rotateX(360deg)", style: {
573
+ }, children: [jsx(GradientButton, { fullWidth: true, disabled: loginState.otploading, onClick: handleCloseEvent, className: classes.otpButtons, starticon: "West", textColor: "var(--theme-color1) !important", sx: {
574
+ "&:disabled": {
575
+ color: "var(-theme-color1) !important"
576
+ }
577
+ }, rotateIcon: "scale(1.4) rotateX(360deg)", style: {
576
578
  border: "var(--theme-color3)1px solid",
577
- color: "var(--theme-color2)",
579
+ // color: "var(--theme-color2)",
578
580
  // background: "var(--theme-color2)",
579
581
  borderRadius: "10px",
580
582
  minWidth: "48%",