mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-23 19:33:42 +08:00
fix dark:
This commit is contained in:
@@ -38,12 +38,10 @@ const useAlertStore = defineStore("alertStore", () => {
|
||||
return;
|
||||
}
|
||||
return {
|
||||
info: "text-blue-800 bg-blue-50 dark:bg-gray-800 dark:text-blue-400 ",
|
||||
success:
|
||||
"text-green-800 bg-green-50 dark:bg-gray-800 dark:text-green-400",
|
||||
warning:
|
||||
"text-yellow-800 bg-yellow-50 dark:bg-gray-800 dark:text-yellow-300",
|
||||
error: "text-red-800 bg-red-50 dark:bg-gray-800 dark:text-red-400",
|
||||
info: "text-blue-800 bg-blue-50 ",
|
||||
success: "text-green-800 bg-green-50 ",
|
||||
warning: "text-yellow-800 bg-yellow-50 ",
|
||||
error: "text-red-800 bg-red-50 ",
|
||||
}[alertStorage.value.level];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user