Skip to content

Commit

Permalink
Merge pull request #1121 from gabrielbazan7/ref/key-explanation
Browse files Browse the repository at this point in the history
[FIX] slides UI on key-explanation
  • Loading branch information
JohnathanWhite authored Apr 9, 2024
2 parents d1b4901 + e04fe62 commit 8561cd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/navigation/wallet/screens/KeyExplanation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ const KeyExplanationContainer = styled.SafeAreaView`
flex: 1;
`;

const CarouselContainer = styled.SafeAreaView`
margin-top: 30px;
`;
const CarouselContainer = styled.SafeAreaView``;

const Row = styled.View`
flex-direction: row;
Expand Down

0 comments on commit 8561cd5

Please sign in to comment.