We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273c34e commit d5ba448Copy full SHA for d5ba448
1 file changed
internal/ui/styles/styles.go
@@ -51,7 +51,7 @@ var (
51
Foreground(lipgloss.Color("214"))
52
53
LogError = lipgloss.NewStyle().
54
- Foreground(lipgloss.Color("#C33820"))
+ Foreground(lipgloss.Color("1"))
55
56
// Secondary/muted style for prefixes
57
Secondary = lipgloss.NewStyle().
@@ -60,7 +60,7 @@ var (
60
// Error styles
61
ErrorTitle = lipgloss.NewStyle().
62
Bold(true).
63
64
65
ErrorDetail = lipgloss.NewStyle().
66
Foreground(lipgloss.Color("245"))
0 commit comments