| 82 | sp.Spinner = spinner.Points |
| 83 | sp.Style = lipgloss.NewStyle().Foreground(style.ColorAccent) |
| 84 | |
| 85 | prog := progress.New( |
| 86 | progress.WithSolidFill(string(style.ColorPrimary)), |
| 87 | progress.WithGradient("#7209b7", "#4361ee"), |
| 88 | ) |
| 89 | |
| 90 | vp := viewport.New(80, 20) |
| 91 |
nothing calls this directly
no outgoing calls
no test coverage detected