Skip to content

Commit

Permalink
Fix progress bar color for failed palette to improve visibility of text
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokeshsri11 committed Apr 17, 2023
1 parent d0e672c commit c3af6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/openqa_theme.scss
Expand Up @@ -34,7 +34,7 @@ $link-hover-color: darken($link-color, 15%) !default;
$color-softfailed: #EEB560;
$color-ok: #CDFFB9;
$color-warning: #ffff99;
$color-failed: #FF4E46;
$color-failed: #cc3333;
$color-result-failed: #FF9E9B;
$color-incomplete: #AF1E11;
$color-result: #3c3c3c;
Expand Down

0 comments on commit c3af6a3

Please sign in to comment.