fix: use --font-size-md for quote author size

pull/2757/head
William Grant 2 years ago
parent feb8f46966
commit 4d874d2738

@ -12,7 +12,7 @@ const StyledQuoteAuthor = styled.div<{ isIncoming: boolean }>`
props.isIncoming props.isIncoming
? 'var(--message-bubbles-received-text-color)' ? 'var(--message-bubbles-received-text-color)'
: 'var(--message-bubbles-sent-text-color)'}; : 'var(--message-bubbles-sent-text-color)'};
font-size: 15px; font-size: var(--font-size-md);
font-weight: bold; font-weight: bold;
line-height: 18px; line-height: 18px;
margin-bottom: 2px; margin-bottom: 2px;

Loading…
Cancel
Save