refactor: update app.vue and various components to enhance UI consistency, replace color classes for improved accessibility, and refine layout for better user experience
This commit is contained in:
parent
7b4fb6c2fd
commit
24e8b7a3a8
41 changed files with 2395 additions and 1603 deletions
|
|
@ -57,7 +57,7 @@ const progressColor = computed(() => {
|
|||
case "red":
|
||||
return "red";
|
||||
default:
|
||||
return "gray";
|
||||
return "neutral";
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ const badgeColor = computed(() => {
|
|||
case "red":
|
||||
return "red";
|
||||
default:
|
||||
return "gray";
|
||||
return "neutral";
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue