Update import-export screen margins (#1566)

This commit is contained in:
Leendert de Borst
2026-01-31 21:34:39 +01:00
committed by Leendert de Borst
parent 89aa9e11d0
commit 49bfb4bfbc

View File

@@ -259,18 +259,10 @@ export default function ImportExportScreen(): React.ReactNode {
};
const styles = StyleSheet.create({
container: {
flex: 1,
},
scrollContent: {
paddingTop: 16,
paddingBottom: 40,
},
section: {
backgroundColor: colors.accentBackground,
borderRadius: 10,
marginTop: 16,
marginHorizontal: 16,
padding: 16,
},
sectionTitle: {