Skip to content

Commit

Permalink
Update src/app/needs/next-actions/components/NextActionsDisplay.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Downe <[email protected]>
  • Loading branch information
jackcasstlesjones and maxitect authored Dec 18, 2024
1 parent f285de6 commit 1a4c92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/needs/next-actions/components/NextActionsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ export default function NextActionsDisplay() {
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",
{
"bg-gray-600": mode !== "destroy", // Add this class when mode is "destroy"
"bg-gray-600": mode !== "destroy",
"bg-gradient-to-r from-twd-primary-purple to-purple-600":
mode === "destroy", // Add this class when mode is "destroy"
mode === "destroy",
}
)}
onClick={() => {
Expand Down

0 comments on commit 1a4c92a

Please sign in to comment.