Skip to content

Commit

Permalink
chore: Cleaned up auth styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Oct 11, 2024
1 parent 13b479f commit c0ff5e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c0ff5e8

Please sign in to comment.