Skip to content

Commit

Permalink
change color text on help tooltip content
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Jan 10, 2024
1 parent b4673d2 commit fb5db75
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

0 comments on commit fb5db75

Please sign in to comment.