From 1f19341df4c2a159d6a57fcff49066d4a6407029 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 21 Jul 2025 16:44:43 -0400 Subject: [PATCH] fix(ui): update stash input styles --- ui/stash.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/stash.go b/ui/stash.go index e2a8ee1..ae05e19 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -380,8 +380,11 @@ func newStashModel(common *commonModel) stashModel { si := textinput.New() si.Prompt = "Find:" - si.PromptStyle = stashInputPromptStyle - si.Cursor.Style = stashInputCursorStyle + styles := si.Styles() + styles.Focused.Prompt = stashInputPromptStyle + styles.Blurred.Prompt = stashInputPromptStyle + styles.Cursor.Color = fuchsia + si.SetStyles(styles) si.Focus() s := []section{