Skip to content

Commit

Permalink
Merge pull request #1620 from Vizzuality/MRXN23-553-help-content-colo…
Browse files Browse the repository at this point in the history
…r-text

FE(fix): change color text on help tooltip content [MRXN23-553]
  • Loading branch information
anamontiaga authored Jan 10, 2024
2 parents b4673d2 + fb5db75 commit 6f511b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout/help/tooltip/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const HelpTooltip = ({ title, subtitle, content }: HelpTooltipProps) => {
</div>
</header>

<div className="mt-5 text-sm text-gray-100" style={{ maxWidth: 330 }}>
<div className="mt-5 text-sm text-gray-600" style={{ maxWidth: 330 }}>
{content}
</div>
</div>
Expand Down

1 comment on commit 6f511b4

@vercel
Copy link

@vercel vercel bot commented on 6f511b4 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan-vizzuality1.vercel.app
marxan-git-develop-vizzuality1.vercel.app
marxan23.vercel.app

Please sign in to comment.