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

[IOAPPFD0-204] Fix wrong color of ListItemRadioWithAmount label when new DS is turned off #173

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

dmnplb
Copy link
Collaborator

@dmnplb dmnplb commented Jan 2, 2024

Short description

This PR fixes the wrong color of ListItemRadioWithAmount label, caused by the incorrect declaration of the useIOExperimentalDesign hook

List of changes proposed in this pull request

  • Fix the declaration using the object destructuring syntax, from const isExperimental to const { isExperimental }

How to test

  1. Launch the example app
  2. Go to the Selection page and look for ListItemRadioWithAmount (under Radio group)

@dmnplb dmnplb requested review from a team as code owners January 2, 2024 10:13
@dmnplb dmnplb merged commit cda96e3 into main Jan 3, 2024
2 checks passed
@dmnplb dmnplb deleted the IOAPPFD0-204-fix-listitemradiowithamount-color branch January 3, 2024 08:25
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.

2 participants