From 09ec1183dd2f9551d8a03e9bc81a27791eb530b8 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 13 Jul 2022 17:35:23 -0700 Subject: [PATCH] chore: make repo-level tags work in one-color situations --- ui/styles/styles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/styles/styles.go b/ui/styles/styles.go index 55b4989d1229b6012f42c754ee537d7a3d047909..8bb2bdf68173cd44a81074afe2bb25cc2333b5a5 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -446,8 +446,8 @@ func DefaultStyles() *Styles { s.TabInactive = lipgloss.NewStyle() s.TabActive = lipgloss.NewStyle(). - Bold(true). - Foreground(lipgloss.Color("63")) + Underline(true). + Foreground(lipgloss.Color("42")) s.TabSeparator = lipgloss.NewStyle(). SetString("│").