Skip to content

Commit

Permalink
Fixed wrong colored WIP result rows (#673)
Browse files Browse the repository at this point in the history
Related-Issue: #673
Projected-Results-Impact: none
  • Loading branch information
stolpeo committed Sep 19, 2022
1 parent 60aa6ae commit c9b41ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions variants/templatetags/variants_tags.py
Expand Up @@ -20,11 +20,10 @@

# Row colors to use.
ROW_COLORS = {
"likely pathogenic": "#dc354533",
"pathogenic": "#dc354533",
"uncertain": "#ffc10733",
"benign": "#28a74533",
"likely benign": "#28a74533",
"wip": "#6c757d33",
"__invalid__": "#FF00FF",
}

Expand Down

0 comments on commit c9b41ea

Please sign in to comment.