Skip to content

Commit a4a83ad

Browse files
committed
chore: remove unnecessary margin styles from container
1 parent 62bca6f commit a4a83ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/GooglePlacesTextInput.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,7 @@ const GooglePlacesTextInput = forwardRef(
318318
);
319319

320320
const styles = StyleSheet.create({
321-
container: {
322-
marginHorizontal: 16,
323-
marginTop: 10,
324-
},
321+
container: {},
325322
input: {
326323
height: 50,
327324
borderRadius: 6,

0 commit comments

Comments
 (0)