Skip to content

Commit

Permalink
update scanning error screen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 8, 2024
1 parent 45b249b commit 646b5d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/screens/Payment/ProcessingError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ const styles = ScaledSheet.create({
setion: {
alignItems: 'center',
},
errMsg: {
color: mainColors.ERROR,
marginVertical: '15@vs',
fontSize: '18@vs',
},
hint: {
fontSize: '14@vs',
marginTop: '10@vs',
Expand Down
3 changes: 3 additions & 0 deletions src/styles/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const globalStyles = (color?: Theme, h?: HighlightKey) => ScaledSheet.cre
paddingTop: '90@vs',
backgroundColor: color?.BACKGROUND
},
fullWidth: {
width: '100%',
},
txt: {
fontSize: '14@vs',
color: color?.TEXT
Expand Down

0 comments on commit 646b5d3

Please sign in to comment.