chore(tui): small window design adjustments

This commit is contained in:
Christian Rocha
2025-07-22 12:40:35 -04:00
parent 34935a159e
commit 199e315cf4

View File

@@ -410,9 +410,10 @@ func (a *appModel) View() tea.View {
Align(lipgloss.Center, lipgloss.Center).
Render(
t.S().Base.
Padding(1, 2).
Background(t.BgSubtle).
Padding(1, 4).
Foreground(t.White).
BorderStyle(lipgloss.RoundedBorder()).
BorderForeground(t.Primary).
Render("Too small!"),
),
),