From b7616181cf261ecc980c2b611a33e2997e2c98f8 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 22 Jun 2024 21:47:15 +0100 Subject: [PATCH] bold text in command list --- src/textual/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textual/command.py b/src/textual/command.py index cf75586ca9..9bc70bf2c2 100644 --- a/src/textual/command.py +++ b/src/textual/command.py @@ -356,6 +356,7 @@ class CommandList(OptionList, can_focus=False): max-height: 70vh; background: $panel; padding: 0; + text-style: bold; } CommandList:focus {