Skip to content

Commit

Permalink
feat: changes tree title color
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Sep 4, 2024
1 parent 7d23ae6 commit 9c69379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ func NewTree(dbName string, dbdriver drivers.Driver) *Tree {
tree.Wrapper.SetDirection(tview.FlexRow)
tree.Wrapper.SetBorder(true)
tree.Wrapper.SetBorderPadding(0, 0, 1, 1)
tree.Wrapper.SetTitleColor(tview.Styles.PrimaryTextColor)

tree.Wrapper.AddItem(tree.Filter, 1, 0, false)
tree.Wrapper.AddItem(tree.FoundNodeCountInput, 1, 0, false)
Expand Down

0 comments on commit 9c69379

Please sign in to comment.