Use GNU license on license screen

This commit is contained in:
Julia Friesel
2019-01-08 09:41:56 +01:00
parent 480e4533be
commit b80c197b9c
4 changed files with 15 additions and 12 deletions
+3 -2
View File
@@ -396,11 +396,12 @@ export default StyleSheet.create({
},
licensePage: {
paddingVertical: 20,
paddingHorizontal: 20
paddingHorizontal: 10
},
licenseButtons: {
flexDirection: 'row',
justifyContent: 'flex-end'
justifyContent: 'flex-end',
marginTop: 40
},
licenseButton: {
marginLeft: 30,