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

Function styleFocused

internal/tui/views/pricing.go:797–799  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

795}
796
797func styleFocused(text string) string {
798 return lipgloss.NewStyle().Foreground(colorBlack).Background(colorGreen).Bold(true).Render(text)
799}
800
801// Render returns the full string representation of the pricing view.
802// It uses a two-pass strategy: render all fixed-height sections first, measure

Callers 1

renderNavHeaderFunction · 0.85

Calls 1

RenderMethod · 0.45

Tested by

no test coverage detected