Исправление высоты текста у ссылки
This commit is contained in:
@@ -72,7 +72,7 @@ export function TextParser(props: TextParserProps) {
|
|||||||
return <Anchor style={{
|
return <Anchor style={{
|
||||||
userSelect: 'auto',
|
userSelect: 'auto',
|
||||||
color: props.__reserved_2 ? theme.colors.blue[2] : undefined
|
color: props.__reserved_2 ? theme.colors.blue[2] : undefined
|
||||||
}} fz={14} href={match.startsWith('http') ? match : 'https://' + match} target="_blank" rel="noopener noreferrer">{match}</Anchor>;
|
}} fz={13} href={match.startsWith('http') ? match : 'https://' + match} target="_blank" rel="noopener noreferrer">{match}</Anchor>;
|
||||||
},
|
},
|
||||||
flush: (match: string) => {
|
flush: (match: string) => {
|
||||||
return <>{match}</>;
|
return <>{match}</>;
|
||||||
|
|||||||
Reference in New Issue
Block a user