@import "../../styles/themes/variable.scss";

#{$xh-prefix}-captcha.xh-button.secondary {
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 48px;
  width: 163px;
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 1;
  padding: 16px 0;
  font-size: 26px;
  font-weight: 400;
  border: 1px solid currentColor;
  &:disabled {
    color: #d5d5d5;
  }
  &[disabled] {
    color: #d5d5d5;
  }
  &.disabled {
    color: #d5d5d5;
  }
}
