diff --git a/internal/ui/components/header.go b/internal/ui/components/header.go index e713ffd9..26d13dec 100644 --- a/internal/ui/components/header.go +++ b/internal/ui/components/header.go @@ -52,11 +52,11 @@ func (h Header) View() string { )) lines := []string{ - "lstk " + styles.Secondary.Render("("+h.version+")"), - styles.Secondary.Render(h.emulatorName), + "lstk " + styles.SecondaryMessage.Render("("+h.version+")"), + styles.SecondaryMessage.Render(h.emulatorName), } if h.configPath != "" { - lines = append(lines, styles.Secondary.Render(h.configPath)) + lines = append(lines, styles.SecondaryMessage.Render(h.configPath)) } text := lipgloss.JoinVertical(lipgloss.Left, lines...) diff --git a/internal/ui/components/testdata/header.golden b/internal/ui/components/testdata/header.golden index 156a16fa..0ffec394 100644 --- a/internal/ui/components/testdata/header.golden +++ b/internal/ui/components/testdata/header.golden @@ -1,4 +1,4 @@ - ▟████▖ lstk (v1.0.0) - ▟██▙█▙█▟ LocalStack AWS Emulator - ▀▛▀▛▀ ~/.config/lstk/config.toml + ▟████▖ lstk (v1.0.0) + ▟██▙█▙█▟ LocalStack AWS Emulator + ▀▛▀▛▀ ~/.config/lstk/config.toml