diff --git a/packages/components/src/components/Alert.tsx b/packages/components/src/components/Alert.tsx index d610e3a9..4e1dc646 100644 --- a/packages/components/src/components/Alert.tsx +++ b/packages/components/src/components/Alert.tsx @@ -1,5 +1,9 @@ import * as React from "react"; -import { XCircleIcon, InformationCircleIcon, CheckCircleIcon } from "@heroicons/react/solid"; +import { + XCircleIcon, + InformationCircleIcon, + CheckCircleIcon, +} from "@heroicons/react/solid"; export const Alert: React.FC<{ heading: string; @@ -53,7 +57,12 @@ export const MessageAlert: React.FC<{ backgroundColor="bg-slate-100" headingColor="text-slate-700" bodyColor="text-slate-700" - icon={