utilize fail_color

This commit is contained in:
Chris Titus 2024-07-18 16:09:29 -05:00
parent f43c2fc4a6
commit bfbd947cbd

View File

@ -186,7 +186,7 @@ impl RunningCommand {
Line::from( Line::from(
Span::default() Span::default()
.content("FAILED!") .content("FAILED!")
.style(Style::default().fg(Color::Rgb(199, 55, 44)).reversed()), .style(Style::default().fg(theme.fail_color).reversed()),
) )
}; };