Skip to content

Commit 97edb80

Browse files
committed
fix link font size
1 parent ad29b3c commit 97edb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HTMLEngineProvider/HTMLRenderers/AnchorRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function AnchorRenderer({tnode, style, key}: AnchorRendererProps) {
9696
linkStyle = [
9797
styles.link,
9898
{
99-
fontSize: styles.formError.fontSize,
99+
fontSize: styles.textMicro.fontSize,
100100
textDecorationLine: 'underline',
101101
},
102102
];

0 commit comments

Comments
 (0)