diff --git a/VERSION b/VERSION index 17e51c3..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/internal/ui/styles.go b/internal/ui/styles.go index ae2922a..9be498a 100644 --- a/internal/ui/styles.go +++ b/internal/ui/styles.go @@ -62,7 +62,7 @@ var ( Bold(true) ActiveTimestampStyle = lipgloss.NewStyle(). - Foreground(ColorBackground). + Foreground(ColorForeground). Bold(true) TimestampStyle = lipgloss.NewStyle().