From e977f05556cbec7faf83966659ddc933c07fc0f1 Mon Sep 17 00:00:00 2001 From: Aldo Canepa Date: Wed, 13 Oct 2021 17:48:35 -0700 Subject: [PATCH 1/2] Use h1 style for header instead of textXLarge --- src/pages/workspace/WorkspaceSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/WorkspaceSection.js b/src/pages/workspace/WorkspaceSection.js index 09d7095711f8..4511b517c9a9 100644 --- a/src/pages/workspace/WorkspaceSection.js +++ b/src/pages/workspace/WorkspaceSection.js @@ -42,7 +42,7 @@ const WorkspaceSection = ({ - {title} + {title} {icon && } From b0e2bc7009d4114871afe1cc374bf850fb1c924b Mon Sep 17 00:00:00 2001 From: Aldo Canepa Date: Wed, 13 Oct 2021 18:09:04 -0700 Subject: [PATCH 2/2] Remove unused styles --- src/styles/styles.js | 7 ------- src/styles/variables.js | 1 - 2 files changed, 8 deletions(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index b8ccb2e0381e..119385d5eca5 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -141,13 +141,6 @@ const styles = { fontSize: variables.fontSizeLarge, }, - textXLarge: { - color: themeColors.heading, - fontFamily: fontFamily.GTA_BOLD, - fontSize: variables.fontSizeXLarge, - fontWeight: fontWeightBold, - }, - textXXXLarge: { color: themeColors.heading, fontFamily: fontFamily.GTA_BOLD, diff --git a/src/styles/variables.js b/src/styles/variables.js index 25b36949e936..e57db6ae87bf 100644 --- a/src/styles/variables.js +++ b/src/styles/variables.js @@ -19,7 +19,6 @@ export default { fontSizeLarge: 17, fontSizeHero: 36, fontSizeh1: 19, - fontSizeXLarge: 24, fontSizeXXXLarge: 32, fontSizeNormalHeight: 20, lineHeightHero: 40,