diff --git a/packages/dashboard/src/components/Form/Message.js b/packages/dashboard/src/components/Form/Message.js index 572abcc6..fed2a26e 100644 --- a/packages/dashboard/src/components/Form/Message.js +++ b/packages/dashboard/src/components/Form/Message.js @@ -1,6 +1,9 @@ const types = { error: { - color: "red", + backgroundColor: "bg-red-50", + titleColor: "text-red-800", + detailsColor: "text-red-700", + iconColor: "text-red-400", icon: ( +
- {title &&

{title}

} + {title &&

{title}

} {items.length > 0 && ( -
+
    1 ? "list-disc pl-5 space-y-1" : ""}`}> {items.map((item, index) => (
  • {item}