fix tui quit display
This commit is contained in:
@@ -320,10 +320,13 @@ func successView() string {
|
||||
|
||||
func quitView() string {
|
||||
content := lipgloss.JoinVertical(lipgloss.Center,
|
||||
split_line,
|
||||
errorTitle.Render("Canceled"), "",
|
||||
errorMsg.Render("Initialization canceled, no configuration saved"),
|
||||
split_line,
|
||||
"\n",
|
||||
)
|
||||
return appStyle.Render(content)
|
||||
return quitStyle.Render(content)
|
||||
}
|
||||
|
||||
func errorView(err error) string {
|
||||
|
||||
Reference in New Issue
Block a user