Skip to content

Commit

Permalink
feat(login-form): update styles for referral line
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalsqwib committed May 4, 2021
1 parent a345b17 commit e0c2567
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/client/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const useStyles = makeStyles((theme) =>
},
loginReferral: {
fontSize: '0.85rem',
color: '#767676',
marginBottom: theme.spacing(4),
},
textInputGroup: {
Expand Down Expand Up @@ -243,10 +244,7 @@ const LoginPage: FunctionComponent<LoginPageProps> = ({
variant="body1"
>
{i18next.t('general.referralOfficerPhrase')} can use their{' '}
<strong>
{i18next.t('general.referralEmailDomain')}
</strong>{' '}
emails at{' '}
{i18next.t('general.referralEmailDomain')} emails at{' '}
<Link
href={`https://${i18next.t('general.referralLink')}`}
>
Expand Down

0 comments on commit e0c2567

Please sign in to comment.