Added padding to song name
This commit is contained in:
parent
8fc218ac2d
commit
4a7385cb22
@ -18,7 +18,7 @@ var (
|
|||||||
Background(lipgloss.Color("#FF5F87")).
|
Background(lipgloss.Color("#FF5F87")).
|
||||||
Padding(0, 1)
|
Padding(0, 1)
|
||||||
|
|
||||||
statusText = lipgloss.NewStyle().Inherit(statusBarStyle)
|
statusText = lipgloss.NewStyle().Inherit(statusBarStyle).Padding(0, 1)
|
||||||
)
|
)
|
||||||
|
|
||||||
type statusBar struct {
|
type statusBar struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user