Skip to content

Commit

Permalink
webapp/testing: fix correct color
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Oct 28, 2024
1 parent 136277b commit b896e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/testing/TestSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<template #title>
<p
class="font-bold"
:class="result.output.correct ? 'text-red-700' : 'text-green-500'"
:class="result.output.correct ? 'text-green-500' : 'text-red-700'"
>
{{ result.output.truth }}
</p>
Expand Down

0 comments on commit b896e85

Please sign in to comment.