mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
chore(tui): small window design adjustments
This commit is contained in:
@@ -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!"),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user