change overallMessage color to red

Signed-off-by: andy.lee <andy.lee@suse.com>
(cherry picked from commit 50901a2eaf0dc35efcd36d7b30bbba08e8c3e6c4)
This commit is contained in:
andy.lee 2025-02-25 15:43:30 +08:00 committed by Mergify
parent 81a572e5b5
commit bbe6b1bdf0

View File

@ -273,7 +273,7 @@ export default {
<p
v-if="overallMessage"
class="text-warning mb-20"
class="text-error mb-20"
>
{{ overallMessage }}
</p>