Add license page
This commit is contained in:
+15
-1
@@ -89,11 +89,13 @@ export default StyleSheet.create({
|
||||
marginHorizontal: 50,
|
||||
marginTop: 20,
|
||||
},
|
||||
homeButton: {
|
||||
button: {
|
||||
paddingVertical: 10,
|
||||
paddingHorizontal: 20,
|
||||
borderRadius: 5,
|
||||
alignItems: 'center',
|
||||
},
|
||||
homeButton: {
|
||||
width: 200,
|
||||
},
|
||||
homeButtonText: {
|
||||
@@ -391,6 +393,18 @@ export default StyleSheet.create({
|
||||
passwordPromptForgotPasswordText: {
|
||||
marginTop: 20,
|
||||
color: 'grey'
|
||||
},
|
||||
licensePage: {
|
||||
paddingVertical: 20,
|
||||
paddingHorizontal: 20
|
||||
},
|
||||
licenseButtons: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'flex-end'
|
||||
},
|
||||
licenseButton: {
|
||||
marginLeft: 30,
|
||||
width: 100
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user