From 7209ca7a678219211cca2f5206a59606ffc2aeb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvilas=20Me=C4=8Dinskas?= Date: Sat, 21 Feb 2026 15:50:51 +0200 Subject: [PATCH] Change footer description color to ansi_magenta --- src/textual/widgets/_footer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;