Update spinners for Bubbles 0.4.0

This commit is contained in:
Christian Rocha 2020-07-14 18:54:32 -04:00 committed by Christian Muehlhaeuser
commit ee058c4816
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ func (m *stashModel) addMarkdowns(mds ...*markdown) {
func stashInit(cc *charm.Client) (stashModel, tea.Cmd) {
s := spinner.NewModel()
s.Type = spinner.Dot
s.Frames = spinner.Dot
s.ForegroundColor = common.SpinnerColor
p := paginator.NewModel()

View file

@ -97,7 +97,7 @@ func (m *model) unloadDocument() {
func initialize(style string) func() (tea.Model, tea.Cmd) {
return func() (tea.Model, tea.Cmd) {
s := spinner.NewModel()
s.Type = spinner.Dot
s.Frames = spinner.Dot
s.ForegroundColor = common.SpinnerColor
if style == "auto" {