Skip to content

Commit b0745fc

Browse files
committed
revert change
1 parent 9465e45 commit b0745fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/UI/Perps/Views/PerpsTabView/PerpsTabView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const PerpsTabView: React.FC<PerpsTabViewProps> = () => {
231231
};
232232

233233
return (
234-
<SafeAreaView style={styles.wrapper} edges={['left', 'right', 'bottom']}>
234+
<SafeAreaView style={styles.wrapper} edges={['left', 'right']}>
235235
<>
236236
<PerpsTabControlBar
237237
onManageBalancePress={handleManageBalancePress}

0 commit comments

Comments
 (0)