We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e759da commit 8fb16e8Copy full SHA for 8fb16e8
1 file changed
pkg/tui/components/scrollbar/scrollbar.go
@@ -35,7 +35,7 @@ func New() *Model {
35
return &Model{
36
width: Width,
37
trackChar: "⎪",
38
- thumbChar: "┃",
+ thumbChar: "⎪",
39
}
40
41
0 commit comments