Skip to content

Commit

Permalink
[FIX] slides UI on key-explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbazan7 committed Apr 9, 2024
1 parent 811bb03 commit e04fe62
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 e04fe62

Please sign in to comment.