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

Commit

Permalink
fix: update link color to prominant
Browse files Browse the repository at this point in the history
  • Loading branch information
meenu-deriv committed Dec 19, 2023
1 parent c831faa commit 0b92959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function CustomLink({
target={target}
className={qtMerge(
'flex',
'text-typography-default',
'text-typography-prominent',
hasIcon && 'items-center justify-center',
size === 'sm' && 'text-body-sm',
size === 'md' && 'text-body-md',
Expand Down

0 comments on commit 0b92959

Please sign in to comment.