mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-08 00:27:44 -04:00
Update import-export screen margins (#1566)
This commit is contained in:
committed by
Leendert de Borst
parent
89aa9e11d0
commit
49bfb4bfbc
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user