diff options
author | T <t@tjp.lol> | 2025-09-29 15:04:44 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-09-30 11:40:45 -0600 |
commit | 7ba68d333bc20b5795ccfd3870546a05eee60470 (patch) | |
tree | 12dc4b017803b7d01844fd42b9e3be281cbbd986 /internal/tui/history_box.go | |
parent | bce8dbb58165e443902d9dae3909225ef42630c4 (diff) |
Diffstat (limited to 'internal/tui/history_box.go')
-rw-r--r-- | internal/tui/history_box.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/history_box.go b/internal/tui/history_box.go index 760926e..17958c3 100644 --- a/internal/tui/history_box.go +++ b/internal/tui/history_box.go @@ -268,7 +268,7 @@ var ( selectedActiveEntryStyle = lipgloss.NewStyle().Background(lipgloss.Color("196")).Foreground(lipgloss.Color("230")) descriptionStyle = lipgloss.NewStyle() activeDescriptionStyle = lipgloss.NewStyle().Background(lipgloss.Color("62")).Foreground(lipgloss.Color("230")) - filterInfoStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("248")) + filterInfoStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("246")) ) // renderSummaryView renders the summary view (level 1) with date headers and client/project summaries |