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

2.2.0: Changed successIcon and failedIcon types to Icon #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

appfluent
Copy link

Problem:
Package users are unable to style success and failed icons beyond a single color. This becomes a problem when you need a dark icon color for the loader and a light icon color for the success/failed widgets.

Solution:
Changed successIcon and failedIcon param types to Icon instead of IconData. This also allows user to set a custom size and other styling properties available on the Icon class.

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