diff --git a/utils.go b/utils.go index 659237e..f16b899 100644 --- a/utils.go +++ b/utils.go @@ -41,6 +41,10 @@ func initialInputModel() inputModel { ti.EchoMode = textinput.EchoPassword ti.EchoCharacter = '•' + ti.Prompt = "> " + ti.PromptStyle = itemStyle + ti.TextStyle = itemStyle + return inputModel{ textInput: ti, err: nil,