Skip to content

Commit

Permalink
fix: see all in widgets should be variant heading5
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Sep 9, 2024
1 parent e84813d commit ecdfedc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/home/air-discount-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const AirDiscountModule = React.memo(
alignItems: 'center',
}}
>
<Typography weight="400" color={theme.color.blue400}>
<Typography variant="heading5" color={theme.color.blue400}>
<FormattedMessage id="button.seeAll" />
</Typography>
<ChevronRight />
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/home/applications-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const ApplicationsModule = React.memo(
alignItems: 'center',
}}
>
<Typography weight="400" color={blue400}>
<Typography variant="heading5" color={blue400}>
{intl.formatMessage({ id: 'button.seeAll' })}
</Typography>
<ChevronRight />
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/home/inbox-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const InboxModule = React.memo(({ data, loading, error }: InboxModuleProps) => {
alignItems: 'center',
}}
>
<Typography weight="400" color={theme.color.blue400}>
<Typography variant="heading5" color={theme.color.blue400}>
<FormattedMessage id="button.seeAll" />
</Typography>
<ChevronRight />
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/home/licenses-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const LicensesModule = React.memo(
alignItems: 'center',
}}
>
<Typography weight="400" color={theme.color.blue400}>
<Typography variant="heading5" color={theme.color.blue400}>
<FormattedMessage id="button.seeAll" />
</Typography>
<ChevronRight />
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/home/vehicles-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const VehiclesModule = React.memo(
alignItems: 'center',
}}
>
<Typography weight="400" color={theme.color.blue400}>
<Typography variant="heading5" color={theme.color.blue400}>
<FormattedMessage id="button.seeAll" />
</Typography>
<ChevronRight />
Expand Down

0 comments on commit ecdfedc

Please sign in to comment.