update
This commit is contained in:
@@ -39,20 +39,20 @@ export const RegisterStyle = StyleSheet.create({
|
||||
mainTitle: {
|
||||
fontSize: 16,
|
||||
fontWeight: '500',
|
||||
color: '#28A7E8',
|
||||
color: '#252525ff',
|
||||
marginBottom: 10,
|
||||
},
|
||||
label: {
|
||||
fontSize: 12,
|
||||
fontSize: 14,
|
||||
fontWeight: '500',
|
||||
color: '#28A7E8',
|
||||
color: '#252525ff',
|
||||
marginBottom: 5,
|
||||
},
|
||||
title: {
|
||||
fontSize: 24,
|
||||
fontWeight: '600',
|
||||
fontFamily: 'GolosText-Bold',
|
||||
textAlign: 'center',
|
||||
color: '#28A7E8',
|
||||
color: '#000',
|
||||
marginBottom: 20,
|
||||
},
|
||||
errorText: {
|
||||
@@ -168,7 +168,7 @@ export const RegisterStyle = StyleSheet.create({
|
||||
},
|
||||
termsLink: {
|
||||
color: '#28A7E8',
|
||||
fontWeight: '600',
|
||||
fontFamily: 'GolosText-Bold',
|
||||
textDecorationLine: 'underline',
|
||||
fontSize: 15,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user