Skip to content

Commit 50289cc

Browse files
committed
Remove default styling from swipeable view
1 parent cf80f37 commit 50289cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/components/SwipeableView/SwipeableView.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,8 @@ const styles = StyleSheet.create({
292292
justifyContent: "center",
293293
},
294294
surfaceContainer: {
295-
flexDirection: "row",
296295
width: "100%",
297296
minHeight: 50,
298-
padding: 10,
299-
alignItems: "center",
300297
overflow: "hidden",
301298
},
302299
});

0 commit comments

Comments
 (0)