We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7117ce2 commit 08ff23aCopy full SHA for 08ff23a
lib/Terminal/Widgets/Viewer/Tree.rakumod
@@ -188,7 +188,7 @@ class Terminal::Widgets::Viewer::Tree
188
189
#| Displayed content for a given node itself, not including children
190
method node-content($node) {
191
- my $color = $node === $!current-node ?? 'inverse' !! '';
+ my $color = $node === $!current-node ?? 'inverse ' !! '';
192
render-span($node.data.short-name, $color)
193
}
194
0 commit comments