@@ -20,7 +20,7 @@ export const STATUS_MAP = {
export const STATUS_TAG_COLOR = {
normal: "success",
- offline: "default",
+ offline: "error",
unpublished: "default",
};