diff --git a/internal/tui/styles/theme.go b/internal/tui/styles/theme.go index a81f8484e28c6942d19b6204e3733f27c7adbf8d..e8da5d04e9b8120668edf8f0197588cacf73883b 100644 --- a/internal/tui/styles/theme.go +++ b/internal/tui/styles/theme.go @@ -179,7 +179,7 @@ func (t *Theme) buildStyles() *Styles { }, Cursor: textinput.CursorStyle{ Color: t.Secondary, - Shape: tea.CursorBar, + Shape: tea.CursorBlock, Blink: true, }, }, @@ -204,7 +204,7 @@ func (t *Theme) buildStyles() *Styles { }, Cursor: textarea.CursorStyle{ Color: t.Secondary, - Shape: tea.CursorBar, + Shape: tea.CursorBlock, Blink: true, }, },