Add margin between settings list and selects

This commit is contained in:
Brandon Presley 2022-11-16 18:27:58 +13:00
parent e6488c38c5
commit a1b240caae
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}}
style={{marginTop: MARGIN, marginBottom: MARGIN}}
data={switches}
renderItem={renderItem}
/>