(text string)
| 795 | } |
| 796 | |
| 797 | func 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 |
no test coverage detected