Remove margin bottom from flatlist on settings

This commit is contained in:
Brandon Presley 2022-11-16 18:32:59 +13:00
parent 6012747643
commit 157a26b843
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ export default function SettingsPage() {
<Page term={term} search={setTerm}>
<View>
<FlatList
style={{marginTop: MARGIN, marginBottom: MARGIN}}
style={{marginTop: MARGIN}}
data={switches}
renderItem={renderItem}
/>