MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / styleActive

Function styleActive

internal/tui/views/pricing.go:790–795  ·  view source on GitHub ↗
(active bool, text string)

Source from the content-addressed store, hash-verified

788)
789
790func styleActive(active bool, text string) string {
791 if active {
792 return lipgloss.NewStyle().Foreground(colorCyan).Bold(true).Render(text)
793 }
794 return lipgloss.NewStyle().Foreground(colorDarkGray).Render(text)
795}
796
797func styleFocused(text string) string {
798 return lipgloss.NewStyle().Foreground(colorBlack).Background(colorGreen).Bold(true).Render(text)

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.45

Tested by

no test coverage detected