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 issue:
I've applied some color to the bottom border of a Banner. When the banner is hidden - the bottom border is still visible.
( Here's a snack demonstrating the issue )
My fix:
I applied a conditional style object to the banner container, that sets the bottom border width to 0 when the banner is not visible.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.The issue:
I've applied some color to the bottom border of a Banner. When the banner is hidden - the bottom border is still visible.
( Here's a snack demonstrating the issue )
My fix:
I applied a conditional style object to the banner container, that sets the bottom border width to 0 when the banner is not visible.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: