From 373e399c7373de945fd9aceef1315914ed7589b3 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 5 Jul 2022 20:26:33 -0700 Subject: [PATCH] chore: adjust tab highlight color --- 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 d52621e20d27e286bb171ca5929b3cb04276767a..46c63f290181c15c4a7a21948cd7db0c7e613eaf 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -401,8 +401,8 @@ func DefaultStyles() *Styles { s.TabInactive = lipgloss.NewStyle() s.TabActive = lipgloss.NewStyle(). - Foreground(lipgloss.Color("63")). - Underline(true) + Bold(true). + Foreground(lipgloss.Color("63")) s.TabSeparator = lipgloss.NewStyle(). SetString("│").