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

[core] fix(Icon): restore predecence of iconSize prop #6253

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

adidahiya
Copy link
Contributor

Changes proposed in this pull request:

Fix a regression in v5.0.0 where the iconSize prop stopped taking precedence over the size prop.

You can see it was implemented this way in v4.x:

iconSize,
intent,
size = iconSize ?? IconSize.STANDARD,

Reviewers should focus on:

Implementation matches v4.x

@adidahiya
Copy link
Contributor Author

[core] fix(Icon): restore predecence of iconSize prop

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@adidahiya adidahiya merged commit fad926b into develop Jun 28, 2023
12 checks passed
@adidahiya adidahiya deleted the ad/fix-iconSize-prop branch June 28, 2023 13:16
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