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

View File

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