Skip to content

Commit

Permalink
chore: better colors for submission status
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 23, 2024
1 parent 663f329 commit 3e39679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/submissions/ProjectMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const meterItems = computed(() => {
const extraChecksFailed = structureChecksPassed - extraChecksPassed;
const green = '#76DD78';
const green = '#749B68';
const orange = '#FFB84F';
const red = '#F37142';
const red = '#FF5445';
const submissionsFailedItem = {
value: (submissionsFailed / groups) * 100,
Expand Down

0 comments on commit 3e39679

Please sign in to comment.