diff --git a/src/textual/widgets/_footer.py b/src/textual/widgets/_footer.py index 4bbbfd88d6..f1d8e477ea 100644 --- a/src/textual/widgets/_footer.py +++ b/src/textual/widgets/_footer.py @@ -203,7 +203,7 @@ class Footer(ScrollableContainer, can_focus=False, can_focus_children=False): } .footer-key--description { background: ansi_default; - color: ansi_default; + color: ansi_magenta; } FooterKey:hover { text-style: underline;