Skip to content

Commit

Permalink
Fix the style of danger
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Feb 21, 2025
1 parent d6f13e2 commit 639a050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Noora/Components/ProgressStep.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct ProgressStep {
} catch {
renderer.render(
ProgressStep.errorMessage(
(errorMessage ?? message).hexIfColoredTerminal(theme.primary, terminal).boldIfColoredTerminal(terminal),
(errorMessage ?? message).hexIfColoredTerminal(theme.danger, terminal).boldIfColoredTerminal(terminal),
timeString: timeString(start: start),
theme: theme,
terminal: terminal
Expand Down

0 comments on commit 639a050

Please sign in to comment.