upd: redesign

Deskripsi:
- login dan konfirmasi kode otp
- firebase code env

No Issues
This commit is contained in:
2026-02-14 15:43:38 +08:00
parent 6ca935483a
commit 8c63c08bc3
16 changed files with 128 additions and 98 deletions

View File

@@ -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
},