Skip to content

Commit f223c8f

Browse files
authored
Merge pull request Expensify#63866 from software-mansion-labs/@szymczak/fix-expense-link–text-size–is-larger-than-the-violation-text
Fix "Learn more" text size is larger than the violation text
2 parents 1cd33a2 + 97edb80 commit f223c8f

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)