diff --git a/ts/components/conversation/message/message-content/quote/QuoteAuthor.tsx b/ts/components/conversation/message/message-content/quote/QuoteAuthor.tsx
index a29fe8957..cc325b0ce 100644
--- a/ts/components/conversation/message/message-content/quote/QuoteAuthor.tsx
+++ b/ts/components/conversation/message/message-content/quote/QuoteAuthor.tsx
@@ -12,7 +12,7 @@ const StyledQuoteAuthor = styled.div<{ isIncoming: boolean }>`
     props.isIncoming
       ? 'var(--message-bubbles-received-text-color)'
       : 'var(--message-bubbles-sent-text-color)'};
-  font-size: 15px;
+  font-size: var(--font-size-md);
   font-weight: bold;
   line-height: 18px;
   margin-bottom: 2px;