summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menu/target.go2
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 {