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

Fix: Resolved inconsistent label styling issue (#1284) #1667

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

Conversation

BANSAL-NISHU
Copy link

In this commit, I've addressed the problem of inconsistent label styling reported in issue #1284. The issue was related to inconsistencies in the styling of labels throughout the application.

Changes Made:

  • Modified RadioGroup.js file by replacing the Text component with the Label component for displaying labels.

  • Now both the RadioGroup and the SelectField components use:
    Element: label
    Color: color: rgb(16, 24, 64);

The label inconsistency was notable when using the two components together. This commit aims to improve the overall user experience by ensuring a consistent and polished visual appearance for labels.

Closes [issue #1284]

@netlify
Copy link

netlify bot commented Sep 19, 2023

Deploy Preview for evergreen-storybook ready!

Name Link
🔨 Latest commit ac6a525
🔍 Latest deploy log https://app.netlify.com/sites/evergreen-storybook/deploys/65098407acb77f00081a0bf8
😎 Deploy Preview https://deploy-preview-1667--evergreen-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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

Successfully merging this pull request may close these issues.

None yet

1 participant