Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: text color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Feb 21, 2024
1 parent ef4ff80 commit 56d04aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/cta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const CTABlock = ({
>
<div className="flex w-full flex-col gap-gap-lg sm:w-[50%] lg:w-full">
{title && (
<Heading.H2 className="max-lg:text-solid-slate-50 lg:text-typography-prominent">
<Heading.H2 className="text-solid-slate-50 lg:text-typography-prominent">
{title}
</Heading.H2>
)}
Expand Down

0 comments on commit 56d04aa

Please sign in to comment.