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

Resolved Bug 1341: Design System > Component > Forgot Password > Default > Text alignment issue #1356

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

Sachin-Ghorpade
Copy link
Contributor

Description

Resolve the issues on Design System > Component > Forgot Password > Default > Text alignment issue:

  • Resolved Forgot Password > Default > Text alignment issue
  • Resolved COPY TEXT > Default > Input box is not display proper

Screenshots :

image
image

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

<div className="fs-6">
<label>
<RdsLabel
label="A password reset link will be sent to your email to reset your password. If you don't get an email in a few minutes, please re-try."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be a hard coded text, Use localization and assign value to variable and use the variable here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design System > Component > Forgot Password > Default > Text alignment issue.
2 participants