From e4e3137a64ef1d18258e1cab5d9d4209d3d73920 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 28 Feb 2023 19:22:23 -0800 Subject: [PATCH] Remove unused BackgroundStyle in text input --- textinput/textinput.go | 1 - 1 file changed, 1 deletion(-) diff --git a/textinput/textinput.go b/textinput/textinput.go index e7bd08b..f5ea04b 100644 --- a/textinput/textinput.go +++ b/textinput/textinput.go @@ -94,7 +94,6 @@ type Model struct { // https://github.com/charmbracelet/lipgloss PromptStyle lipgloss.Style TextStyle lipgloss.Style - BackgroundStyle lipgloss.Style PlaceholderStyle lipgloss.Style CursorStyle lipgloss.Style