mirror of
https://github.com/openziti/zrok.git
synced 2024-12-23 15:18:52 +01:00
style tweak for submit button active state (#206)
This commit is contained in:
parent
a16b8975fd
commit
ae30c9d92f
@ -118,7 +118,7 @@ func newInviteTui() inviteTui {
|
||||
m.cursorStyle = m.focusedStyle.Copy()
|
||||
m.noStyle = lipgloss.NewStyle()
|
||||
m.helpStyle = m.blurredStyle.Copy()
|
||||
m.focusedButton = m.focusedStyle.Copy().Render("[*Submit*]")
|
||||
m.focusedButton = m.focusedStyle.Copy().Render("[_Submit_]")
|
||||
m.blurredButton = fmt.Sprintf("[ %v ]", m.blurredStyle.Render("Submit"))
|
||||
m.msgOk = m.noStyle.Render("enter and confirm your email address...")
|
||||
m.msg = m.msgOk
|
||||
|
Loading…
Reference in New Issue
Block a user