Skip to content

Commit

Permalink
Merge pull request #63 from cds-snc/adjust-margin-do-build
Browse files Browse the repository at this point in the history
Adjust margins
  • Loading branch information
timarney authored Jun 19, 2020
2 parents c7c708e + 049b6e8 commit 7f3f5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/screens/home/views/ExposureNotificationsDisabledView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export const ExposureNotificationsDisabledView = () => {
<Text variant="bodyTitle" color="bodyText" marginBottom="l" accessibilityRole="header">
{i18n.translate('Home.ExposureNotificationsDisabled')}
</Text>
<Text variant="bodyText" color="bodyText">
<Text variant="bodyText" color="bodyText" marginBottom="l">
{i18n.translate('Home.ExposureNotificationsDisabledDetailed')}
</Text>
<Box alignSelf="stretch" marginTop="l" marginBottom="l">
<Box alignSelf="stretch" marginBottom="l">
<Button
internalLink
text={i18n.translate('Home.EnableExposureNotificationsCTA')}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/home/views/NoExposureView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const NoExposureView = () => {

{regionCase === 'noRegionSet' ? <LastCheckedDisplay /> : <LastCheckedDisplay textDark />}

<Box alignSelf="stretch" marginTop="l" marginBottom="l">
<Box alignSelf="stretch" marginBottom="l">
<Button text={i18n.translate('Home.How')} variant="opaqueGrey" externalLink onPress={onAction} />
</Box>
</BaseHomeView>
Expand Down

0 comments on commit 7f3f5db

Please sign in to comment.