diff --git a/packages/kanban/lib/src/commands/tui_command.dart b/packages/kanban/lib/src/commands/tui_command.dart index dd12948..af22175 100644 --- a/packages/kanban/lib/src/commands/tui_command.dart +++ b/packages/kanban/lib/src/commands/tui_command.dart @@ -649,7 +649,7 @@ class TuiCommand extends DewCommand { : ' ${col.name} ($count) '; cells.add(_Cell( _trunc(nameRaw, colW).padRight(colW), - fg: isSelected ? color : ConsoleColor.brightBlack, + fg: isSelected ? color : ConsoleColor.white, bold: isSelected, ));