You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The props of Expandable says it support a style prop, however I cannot see it is actually added anywhere. Also checked the sources, but I might of course be wrong.
It would help us quite a bit to handle custom styling. However, the way our component was designed we need to target the inner button and span, and that may not what this style prop was intended for?
Anyways, our styling targets a surrounding div, targeted by css modules, and we have overriden styles the following way. If there is a way to prevent this, that would of course be awesome.
The props of Expandable says it support a style prop, however I cannot see it is actually added anywhere. Also checked the sources, but I might of course be wrong.
It would help us quite a bit to handle custom styling. However, the way our component was designed we need to target the inner button and span, and that may not what this style prop was intended for?
Anyways, our styling targets a surrounding div, targeted by css modules, and we have overriden styles the following way. If there is a way to prevent this, that would of course be awesome.
Will be happy to provide a PR if you give me a direction for how to fix this.
The text was updated successfully, but these errors were encountered: