diff --git a/src/frontend/src/alerts/alertDropDown/index.tsx b/src/frontend/src/alerts/alertDropDown/index.tsx index 6c3627842..09c91c7ca 100644 --- a/src/frontend/src/alerts/alertDropDown/index.tsx +++ b/src/frontend/src/alerts/alertDropDown/index.tsx @@ -24,11 +24,11 @@ export default function AlertDropdown({}: AlertDropdownType) { return (
{title}
+{title}
{link !== "" ? ( Details diff --git a/src/frontend/src/alerts/success/index.tsx b/src/frontend/src/alerts/success/index.tsx index 80b98b05d..d5b5ec60e 100644 --- a/src/frontend/src/alerts/success/index.tsx +++ b/src/frontend/src/alerts/success/index.tsx @@ -34,17 +34,17 @@ export default function SuccessAlert({ setShow(false); removeAlert(id); }} - className="rounded-md w-96 mt-6 shadow-xl bg-green-50 p-4" + className="rounded-md w-96 mt-6 shadow-xl bg-green-50 dark:bg-green-600/50 p-4" >
{title}
+{title}