Skip to content

Commit 116277d

Browse files
committed
fix padding on the sides of the FAQs view
1 parent ed48e74 commit 116277d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/faqs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ export class FaqView extends React.PureComponent<Props, State> {
7979
return (
8080
<ScrollView
8181
backgroundColor={c.white}
82+
contentContainerStyle={{paddingHorizontal: 15}}
8283
contentInsetAdjustmentBehavior="automatic"
83-
paddingHorizontal={15}
8484
refreshControl={refreshControl}
8585
>
8686
<View paddingVertical={15}>

0 commit comments

Comments
 (0)