chore(tui): small window design adjustments

Christian Rocha created

Change summary

internal/tui/tui.go | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

internal/tui/tui.go 🔗

@@ -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!"),
 					),
 			),