We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb094f commit a34e3a4Copy full SHA for a34e3a4
cli/cmd/add.go
@@ -20,7 +20,7 @@ var (
20
focusedStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#FFFFFF")).Bold(true)
21
focusedPromptStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#EF15BF")).Bold(true)
22
blurredButtonStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#15AEEF"))
23
- cursorStyle = focusedStyle.Copy()
+ cursorStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#EF15BF"))
24
defaultStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#FFFFFF"))
25
placeholderStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#D5D2DC"))
26
0 commit comments