Skip to content

Commit

Permalink
fix: border w/o preview nr invisible on light bg
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Jun 22, 2024
1 parent 394f173 commit ba2313a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/split/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (m *Model[R]) setBorderStyles() {
m.previewBorderColor = tui.InactivePreviewBorder
}
} else {
m.Table.SetBorderStyle(lipgloss.NormalBorder(), tui.White)
m.Table.SetBorderStyle(lipgloss.NormalBorder(), lipgloss.NoColor{})
}
}

Expand Down

0 comments on commit ba2313a

Please sign in to comment.