added notification
This commit is contained in:
@@ -39,22 +39,17 @@ const SelectLangPage = ({
|
||||
style={[
|
||||
styles.logoImage,
|
||||
{
|
||||
width: isSmallScreen ? 120 : 250,
|
||||
height: isSmallScreen ? 120 : 200,
|
||||
borderRadius: 20000,
|
||||
width: 180,
|
||||
height: 180,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<Text
|
||||
style={[styles.logoText, { fontSize: isSmallScreen ? 24 : 40 }]}
|
||||
>
|
||||
CPOST
|
||||
</Text>
|
||||
<Text style={[styles.logoText, { fontSize: 24 }]}>CPOST</Text>
|
||||
</View>
|
||||
|
||||
<Text style={[styles.title, { fontSize: isSmallScreen ? 18 : 24 }]}>
|
||||
<Text style={[styles.title, { fontSize: 24 }]}>
|
||||
Tilni tanlang{' '}
|
||||
<Text style={{ fontSize: isSmallScreen ? 14 : 18 }}>
|
||||
<Text style={[styles.title, { fontSize: 18 }]}>
|
||||
(Выберите язык)
|
||||
</Text>
|
||||
</Text>
|
||||
@@ -93,7 +88,7 @@ const styles = StyleSheet.create({
|
||||
borderRadius: 12,
|
||||
},
|
||||
scrollContent: {
|
||||
flexGrow: 1,
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
},
|
||||
@@ -103,21 +98,21 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
logoWrapper: {
|
||||
alignItems: 'center',
|
||||
marginBottom: 30,
|
||||
marginBottom: 20,
|
||||
},
|
||||
logoImage: {
|
||||
resizeMode: 'stretch',
|
||||
marginBottom: 8,
|
||||
},
|
||||
logoText: {
|
||||
fontWeight: '700',
|
||||
fontWeight: '500',
|
||||
marginTop: 4,
|
||||
color: '#28A7E8',
|
||||
},
|
||||
title: {
|
||||
fontWeight: '600',
|
||||
fontWeight: '500',
|
||||
textAlign: 'center',
|
||||
color: '#28A7E8',
|
||||
marginBottom: 24,
|
||||
marginBottom: 20,
|
||||
},
|
||||
button: {
|
||||
backgroundColor: '#28A7E8',
|
||||
|
||||
Reference in New Issue
Block a user