This commit is contained in:
Samandar Turgunboyev
2025-09-04 18:38:08 +05:00
parent 9d317290ef
commit f41451c6b8
98 changed files with 1717 additions and 2118 deletions

View File

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