Skip to content

Commit bfdc9d7

Browse files
committed
fix(ui): progress bar with special color
1 parent 8a303c4 commit bfdc9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ui/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ func footerInformation(m model, width int) string {
714714
bottomRow = lipgloss.JoinHorizontal(
715715
lipgloss.Center,
716716
currentTime,
717-
progressBar,
717+
lipgloss.NewStyle().Foreground(Theme.Special).Render(progressBar),
718718
totalTime,
719719
)
720720

0 commit comments

Comments
 (0)