We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e607b commit 4a0cd99Copy full SHA for 4a0cd99
internal/ui/component/hostedit/style.go
@@ -3,7 +3,7 @@ package hostedit
3
import "github.com/charmbracelet/lipgloss"
4
5
var (
6
- docStyle = lipgloss.NewStyle().Margin(1, 2)
+ docStyle = lipgloss.NewStyle().Margin(1, 0)
7
cursorStyle = lipgloss.NewStyle().
8
BorderForeground(lipgloss.AdaptiveColor{Light: "#F793FF", Dark: "#AD58B4"}).
9
Foreground(lipgloss.AdaptiveColor{Light: "#EE6FF8", Dark: "#EE6FF8"})
0 commit comments