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
console.print(Panel(str(os.environ), title='[white on blue]Title[/white on blue]', style=Style(color="white", bgcolor="blue")))
Filling the title with a separate color does not solve the problem (it is also not completely filled).
Correct result (1 screen, completely painted over header). Workaround is to use rich v 13.0.1. Is there a fix planned?
rich v 13.0.1 Title is painted over, see screenshot
rich v13.9.4r Title unpainted, see screenshot
OS GNU/Linux and OS Windows
Title should be like on the first screen (white on blue), in the second case (updated rich) white on dark (bug?)
The text was updated successfully, but these errors were encountered: