Skip to content

The itemIconStyle property was declared in the wrong way.#156

Open
dnlsilva wants to merge 7 commits into
renrizzolo:masterfrom
dnlsilva:master
Open

The itemIconStyle property was declared in the wrong way.#156
dnlsilva wants to merge 7 commits into
renrizzolo:masterfrom
dnlsilva:master

Conversation

@dnlsilva

@dnlsilva dnlsilva commented Dec 4, 2019

Copy link
Copy Markdown

When you check the ItemIcon.js file, you can see that in its properties there is one declared with the name itemIconStyle, but in the RowItem.js file the style property is declared, which makes the property declaration not working.

With this change by declaring:
Ex: styles={{ itemIconStyle: {width: 50, height: 50} }}
It is possible to see the changes.

TD;LR: itemIconStyle does not work as expected.

@renrizzolo

Copy link
Copy Markdown
Owner

Good catch, thanks.
Can you add the fix to RowSubItem as well?

@dnlsilva

dnlsilva commented Dec 5, 2019

Copy link
Copy Markdown
Author

Done.

@github-actions

github-actions Bot commented Jan 4, 2022

Copy link
Copy Markdown

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions Bot added the Stale label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants