change overallMessage color to red

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
andy.lee 2025-02-25 15:43:30 +08:00
parent ff439e66a9
commit 50901a2eaf
No known key found for this signature in database
GPG Key ID: 10911689462678C7

View File

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