From 4a7385cb2228d1407f4263cc35faad8cc043a004 Mon Sep 17 00:00:00 2001 From: strNophix <nvdpoel01@gmail.com> Date: Tue, 22 Mar 2022 00:25:53 +0100 Subject: [PATCH] Added padding to song name --- pkg/status_bar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/status_bar.go b/pkg/status_bar.go index 1be0e66..ecf41c6 100644 --- a/pkg/status_bar.go +++ b/pkg/status_bar.go @@ -18,7 +18,7 @@ var ( Background(lipgloss.Color("#FF5F87")). Padding(0, 1) - statusText = lipgloss.NewStyle().Inherit(statusBarStyle) + statusText = lipgloss.NewStyle().Inherit(statusBarStyle).Padding(0, 1) ) type statusBar struct {