Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helpText in Radio component has red color #2132

Closed
AnkitaBagale opened this issue Apr 19, 2024 · 3 comments · Fixed by #2175
Closed

helpText in Radio component has red color #2132

AnkitaBagale opened this issue Apr 19, 2024 · 3 comments · Fixed by #2175
Assignees
Labels

Comments

@AnkitaBagale
Copy link

helpText in Radio component has red color, it should be muted or subtle.
image

<RadioGroup
                label=""
                name="beneficiaryInfo"
                size="medium"
                onChange={handleBeneficiaryInfoChange}
                value={formState.beneficiaryInfo}
              >
                <Radio value={beneficiaryInfoMap.details} helpText="Bank details/UPI ID/Wallet no.">
                  Beneficiary details
                </Radio>
                <Radio value={beneficiaryInfoMap.id} helpText="Works for existing contacts only">
                  RazorpayX Fund account ID
                </Radio>
</RadioGroup>
@anuraghazra
Copy link
Member

🤔 Weird this should not happen.

Can you link to the PR/Code for this?

@AnkitaBagale
Copy link
Author

@anuraghazra code PR. this is happening in v11 dark mode, working fine in v10
https://github.com/razorpay/x/pull/7658

@anuraghazra
Copy link
Member

@AnkitaBagale I've raised a fix for this #2175

Seems like while rebranding we accidentally added isNegative prop to helpText

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants