From 6f4a2dea3dd8816997961162f352f6ad7f2c0a19 Mon Sep 17 00:00:00 2001 From: Shawn Borton Date: Mon, 25 Jan 2021 16:15:51 +0100 Subject: [PATCH] Use correct font and weight for the chat header --- src/styles/styles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index 090610232244..9f12efb17f0f 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -174,10 +174,10 @@ const styles = { }, headerText: { - fontFamily: fontFamily.GTA, color: themeColors.heading, + fontFamily: fontFamily.GTA_BOLD, fontSize: variables.fontSizeNormal, - fontWeight: '700', + fontWeight: fontWeightBold, }, reportOptions: {