diff options
Diffstat (limited to 'menu/target.go')
| -rw-r--r-- | menu/target.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/target.go b/menu/target.go index 3323430..04dfea1 100644 --- a/menu/target.go +++ b/menu/target.go @@ -10,7 +10,7 @@ var ( TargetBackgroundColor = lipgloss.Color("8") SelectedTargetBackgroundColor = lipgloss.Color("2") TargetStyle = style.New(func() lipgloss.Style { - st := lipgloss.NewStyle().Border(lipgloss.OuterHalfBlockBorder(), false, false, false, true).BorderBackground(TargetBackgroundColor).Background(TargetBackgroundColor) + st := lipgloss.NewStyle().Border(lipgloss.OuterHalfBlockBorder(), false, false, false, true) return st }) SelectedTargetStyle = style.New(func() lipgloss.Style { |
