Skip to content

Commit

Permalink
chore(IT Wallet): [SIW-714] Remove extra padding from PID data presen…
Browse files Browse the repository at this point in the history
…tation screen (#5260)

## Short description
This PR removes the top padding of the `SafeAreaView` from the PID data
presentation screen.

| Before | After |
|--------|--------|
| <img
src="https://github.com/pagopa/io-app/assets/12371664/3dff8209-9aac-47b3-b0a1-845d437fab1d"
height="400"> | <img
src="https://github.com/pagopa/io-app/assets/12371664/b0126617-a766-40a8-872a-23f67d42af7c"
height="400"> |

## How to test
Test a PID presentation. The data screen should match the `after`
version.

Co-authored-by: Mario Perrotta <mario.perrotta@pagopa.it>
  • Loading branch information
LazyAfternoons and hevelius committed Nov 29, 2023
1 parent de61375 commit 485bc99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const ItwPrPidDataScreen = () => {
)}
contextualHelp={emptyContextualHelp}
>
<SafeAreaView style={IOStyles.flex}>
<SafeAreaView edges={["bottom", "left", "right"]} style={IOStyles.flex}>
<ForceScrollDownView>
<View style={IOStyles.horizontalContentPadding}>
<VSpacer size={32} />
Expand Down

0 comments on commit 485bc99

Please sign in to comment.