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
fix(border): fix flipped title colors in panel border
Revert the change to the color flipping logic for `panel` border titles.
The issue with the new method using `Style(reverse=True)` is that this
will also flip any border title colors set with Textual CSS.
Fixes#5548.
0 commit comments