Skip to content

Commit

Permalink
add missing emergency color
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschweikert committed Feb 15, 2025
1 parent a0655c8 commit 2a84432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/app/components/_logs_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
color: change-color($color-yellow);
}

&.log-level-error, &.log-level-critical, &.log-level-alert {
&.log-level-error, &.log-level-critical, &.log-level-alert, &.log-level-emergency {
color: change-color($color-red);
}
}
Expand Down

0 comments on commit 2a84432

Please sign in to comment.