From 46feee9397fab25cd4ee2bec832dca9aea7c4de4 Mon Sep 17 00:00:00 2001 From: Adrian Solis Date: Tue, 24 Mar 2020 11:27:39 -0700 Subject: [PATCH] Update header font size to match redline --- src/CreateLandingPage.tsx | 2 +- src/ErrorPage.tsx | 4 ++-- src/SigninPage.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CreateLandingPage.tsx b/src/CreateLandingPage.tsx index 690f24a..a8dbba8 100644 --- a/src/CreateLandingPage.tsx +++ b/src/CreateLandingPage.tsx @@ -68,7 +68,7 @@ function CreateLandingPageComponent(props: CreateLandingPageProps) { src={calendar} alt={translate('createLandingPage.splash.altText')} /> - + diff --git a/src/ErrorPage.tsx b/src/ErrorPage.tsx index 8fd4f68..ffba587 100644 --- a/src/ErrorPage.tsx +++ b/src/ErrorPage.tsx @@ -20,7 +20,7 @@ import errorImage from './images/genericError.svg'; import { FormattedMessage } from 'react-intl'; import { translate } from './localization/translate'; -const semiboldStyle = { root: { fontWeight: FontWeights.semibold } }; +const boldStyle = { root: { fontWeight: FontWeights.semibold } }; interface ErrorPageProps { meeting: OnlineMeetingInput; @@ -57,7 +57,7 @@ function ErrorPageComponent(props: ErrorPageProps) { }} > Error graphic - + diff --git a/src/SigninPage.tsx b/src/SigninPage.tsx index 35da468..834f447 100644 --- a/src/SigninPage.tsx +++ b/src/SigninPage.tsx @@ -63,7 +63,7 @@ function SigninPageComponent(props: Partial) { src={signInImage} alt={translate('signin.logo')} /> - +