newStandardForm creates a tview form with the project's standard label color.
()
| 8 | |
| 9 | // newStandardForm creates a tview form with the project's standard label color. |
| 10 | func newStandardForm() *tview.Form { |
| 11 | return tview.NewForm().SetLabelColor(theme.Colors.HeaderText) |
| 12 | } |
| 13 | |
| 14 | // NewStandardForm creates a tview form with the project's standard label color. |
| 15 | // This exported variant is intended for plugin UIs outside the components package. |
no outgoing calls
no test coverage detected