mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Migrate from NewModel() to New() in examples for Bubbles-related stuff
This commit is contained in:
@@ -75,7 +75,7 @@ type model struct {
|
||||
func newModel() model {
|
||||
return model{
|
||||
keys: keys,
|
||||
help: help.NewModel(),
|
||||
help: help.New(),
|
||||
inputStyle: lipgloss.NewStyle().Foreground(lipgloss.Color("#FF75B7")),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user