upd: redesign
Deskripsi: - login dan konfirmasi kode otp - firebase code env No Issues
This commit is contained in:
@@ -88,6 +88,9 @@ const Styles = StyleSheet.create({
|
||||
mb15: {
|
||||
marginBottom: 15
|
||||
},
|
||||
mb20: {
|
||||
marginBottom: 20
|
||||
},
|
||||
mb30: {
|
||||
marginBottom: 30
|
||||
},
|
||||
@@ -130,6 +133,9 @@ const Styles = StyleSheet.create({
|
||||
mt15: {
|
||||
marginTop: 15
|
||||
},
|
||||
mt30: {
|
||||
marginTop: 30
|
||||
},
|
||||
mr05: {
|
||||
marginRight: 5
|
||||
},
|
||||
@@ -291,9 +297,9 @@ const Styles = StyleSheet.create({
|
||||
borderWidth: 1,
|
||||
},
|
||||
btnRound: {
|
||||
backgroundColor: '#19345E',
|
||||
backgroundColor: '#1F3C88',
|
||||
borderWidth: 0,
|
||||
borderColor: '#19345E',
|
||||
borderColor: '#1F3C88',
|
||||
alignItems: 'center',
|
||||
borderRadius: 30,
|
||||
marginTop: 15,
|
||||
@@ -309,7 +315,7 @@ const Styles = StyleSheet.create({
|
||||
},
|
||||
btnLainnya: {
|
||||
alignSelf: 'flex-start',
|
||||
backgroundColor: '#19345E',
|
||||
backgroundColor: '#1F3C88',
|
||||
paddingVertical: 5,
|
||||
marginVertical: 5
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user