Skip to content

Commit 4a0cd99

Browse files
author
Roman Leonenkov
committed
FEATURE-66: Make edit host form styling constistent with other UI components
1 parent a8e607b commit 4a0cd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ui/component/hostedit/style.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package hostedit
33
import "github.com/charmbracelet/lipgloss"
44

55
var (
6-
docStyle = lipgloss.NewStyle().Margin(1, 2)
6+
docStyle = lipgloss.NewStyle().Margin(1, 0)
77
cursorStyle = lipgloss.NewStyle().
88
BorderForeground(lipgloss.AdaptiveColor{Light: "#F793FF", Dark: "#AD58B4"}).
99
Foreground(lipgloss.AdaptiveColor{Light: "#EE6FF8", Dark: "#EE6FF8"})

0 commit comments

Comments
 (0)