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