Skip to content

Commit

Permalink
Merge branch 'richtext'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasKn committed Jan 11, 2024
2 parents f271327 + eb1c99d commit 3730984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type InternalLinkAnnotationProps = TypeFromSelection<
>;

export const richTextLinkClassName = cx(
'text-color-scheme-primary-button-bg underline-offset-4 hover:underline',
'text-color-scheme-primary-button-bg font-medium underline-offset-4 hover:underline',
);

export function InternalLinkAnnotation(
Expand Down

0 comments on commit 3730984

Please sign in to comment.