@acuteinfo/common-screens 1.0.33 → 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,9 +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", textColor: "var(--theme-color2) !important", 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: {
574
578
  border: "var(--theme-color3)1px solid",
575
- color: "var(--theme-color2)",
579
+ // color: "var(--theme-color2)",
576
580
  // background: "var(--theme-color2)",
577
581
  borderRadius: "10px",
578
582
  minWidth: "48%",