We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92eb09a + 6063632 commit 38a194dCopy full SHA for 38a194d
2 files changed
pkg/tui/dialog/command_palette.go
@@ -246,7 +246,6 @@ func (d *commandPaletteDialog) View() string {
246
}
247
248
help := styles.DialogHelpStyle.
249
- MarginTop(1).
250
Width(contentWidth).
251
Render("↑/↓ navigate • enter execute • esc close")
252
pkg/tui/styles/styles.go
@@ -110,7 +110,7 @@ var (
110
Border(lipgloss.RoundedBorder()).
111
BorderForeground(BorderSecondary).
112
Foreground(TextPrimary).
113
- Padding(2, 3).
+ Padding(1, 2).
114
Align(lipgloss.Left)
115
116
DialogWarningStyle = BaseStyle.
0 commit comments