From 654143118811829bcda79e9205082f5330a264db Mon Sep 17 00:00:00 2001 From: Puneet Lath Date: Tue, 23 Mar 2021 12:53:00 -0400 Subject: [PATCH] make terms smaller on sign in page --- src/styles/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index 4baa4294d3d7..f2c38fd7b6a5 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -388,8 +388,9 @@ const styles = { loginTermsText: { color: themeColors.textSupporting, + fontFamily: fontFamily.GTA, fontSize: variables.fontSizeSmall, - lineHeight: 20, + lineHeight: 16, }, // Sidebar Styles