Skip to content

Commit

Permalink
fix: fixed colors on check status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed May 24, 2024
1 parent 59a0fab commit 5055fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/submissions/AllSubmission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const navigateToSubmission = (submissionId: string): void => {
.status {
&.passed {
background-color: var(--bg-primary);
color: var(--primary-color-text);
}
&.failed-structure {
Expand Down

0 comments on commit 5055fca

Please sign in to comment.