mirror of
https://github.com/openziti/zrok.git
synced 2025-06-04 00:55:39 +02: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.cursorStyle = m.focusedStyle.Copy()
|
||||||
m.noStyle = lipgloss.NewStyle()
|
m.noStyle = lipgloss.NewStyle()
|
||||||
m.helpStyle = m.blurredStyle.Copy()
|
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.blurredButton = fmt.Sprintf("[ %v ]", m.blurredStyle.Render("Submit"))
|
||||||
m.msgOk = m.noStyle.Render("enter and confirm your email address...")
|
m.msgOk = m.noStyle.Render("enter and confirm your email address...")
|
||||||
m.msg = m.msgOk
|
m.msg = m.msgOk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user