Skip to content

Commit

Permalink
actually, that punctuation not being yellow bothers me
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Aug 30, 2024
1 parent 2cbe7d9 commit fc95f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wicket/src/ui/panes/rack_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ fn draw_rack_reset_popup(
// doesn't work yet.
body.lines.push(Line::from(""));
body.lines.push(Line::from(vec![
Span::styled("WARNING", style::warning()),
Span::styled("WARNING: ", style::warning()),
Span::styled(
": This does not work yet and will leave the rack \
"This does not work yet and will leave the rack \
in an unknown state (see omicron#3820)",
style::plain_text(),
),
Expand Down

0 comments on commit fc95f38

Please sign in to comment.