We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9465e45 commit b0745fcCopy full SHA for b0745fc
app/components/UI/Perps/Views/PerpsTabView/PerpsTabView.tsx
@@ -231,7 +231,7 @@ const PerpsTabView: React.FC<PerpsTabViewProps> = () => {
231
};
232
233
return (
234
- <SafeAreaView style={styles.wrapper} edges={['left', 'right', 'bottom']}>
+ <SafeAreaView style={styles.wrapper} edges={['left', 'right']}>
235
<>
236
<PerpsTabControlBar
237
onManageBalancePress={handleManageBalancePress}
0 commit comments