Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 878cbb5

Browse files
committed
refactor(safe-area-view): applying style to component
1 parent 56b1c80 commit 878cbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-native/safe-area-view/src/SafeAreaView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SafeAreaView = (props: SafeAreaViewProps<SafeAreaViewStyle>): JSX.E
1111

1212
return (
1313
<ReactSaveAreaView style={{ flex: 1 }}>
14-
<View style={{ ...styles.container }}>{props.content}</View>
14+
<View style={styles.container}>{props.content}</View>
1515
</ReactSaveAreaView>
1616
);
1717
};

0 commit comments

Comments
 (0)