diff --git a/src/app/needs/next-actions/components/NextActionsDisplay.tsx b/src/app/needs/next-actions/components/NextActionsDisplay.tsx index 6aa467d..d1e41f7 100644 --- a/src/app/needs/next-actions/components/NextActionsDisplay.tsx +++ b/src/app/needs/next-actions/components/NextActionsDisplay.tsx @@ -270,9 +270,8 @@ export default function NextActionsDisplay() { <button aria-label="Delete next actions"> <TrashIcon className={clsx( - "w-16 h-16 fixed bottom-20 right-5 shadow-lg text-white p-4 rounded-full transform transition-all duration-200 ease-in-out", + "w-16 h-16 fixed bottom-20 right-5 shadow-lg bg-gray-600 text-white p-4 rounded-full transform transition-all duration-200 ease-in-out", { - "bg-gray-600": mode !== "destroy", "bg-gradient-to-r from-twd-primary-purple to-purple-600": mode === "destroy", }