Skip to content

Commit

Permalink
cu: Update fornts webviewTitle and textWithIconButton to min 16
Browse files Browse the repository at this point in the history
  • Loading branch information
juancstlm-a6 committed Oct 15, 2024
1 parent 267cf6a commit aada7fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VAMobile/src/screens/WebviewScreen/WebviewTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function WebviewTitle({ title }: WebviewTitleProps) {
<Box mr={theme.dimensions.textIconMargin}>
<Icon name={'Lock'} height={36} width={24} fill={theme.colors.text.webviewTitle} preventScaling={true} />
</Box>
<TextView color="webviewTitle" allowFontScaling={false}>
<TextView variant="webviewTitle" color="webviewTitle" allowFontScaling={false}>
{title}
</TextView>
</Box>
Expand Down
8 changes: 4 additions & 4 deletions VAMobile/src/styles/themes/standardTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ const fontSizes = {
lineHeight: 21,
},
textWithIconButton: {
fontSize: 12,
lineHeight: 15,
fontSize: 16,
lineHeight: 20,
},
UnreadMessagesTag: {
fontSize: 20,
Expand All @@ -152,8 +152,8 @@ const fontSizes = {
lineHeight: 30,
},
webviewTitle: {
fontSize: 12,
lineHeight: 12,
fontSize: 20,
lineHeight: 30,
},
veteranStatus: {
fontSize: 16,
Expand Down

0 comments on commit aada7fb

Please sign in to comment.