mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-21 19:11:04 +00:00
Fixed errors in network join showing terminal background
This commit is contained in:
@@ -75,7 +75,7 @@ func New() Model {
|
||||
name.BlurredStyle = fieldBlurredStyle
|
||||
name.FocusedTextStyle = focusedTextStyle
|
||||
name.BlurredTextStyle = blurredTextStyle
|
||||
name.ErrorStyle = lipgloss.NewStyle().Foreground(colors.Error)
|
||||
name.ErrorStyle = lipgloss.NewStyle().Background(colors.Background).Foreground(colors.Error)
|
||||
name.Input.CharLimit = width
|
||||
name.Focus()
|
||||
name.Input.Validate = func(s string) error {
|
||||
|
||||
Reference in New Issue
Block a user