okay, good
This commit is contained in:
@@ -32,6 +32,8 @@ const CreateLoanRemainingOrderScreen = () => {
|
||||
return (
|
||||
<SafeAreaView style={styles.container}>
|
||||
<StatusBar style="dark" />
|
||||
|
||||
<View style={styles.inner}>
|
||||
<TouchableOpacity style={styles.backBtn} onPress={() => navigation.goBack()}>
|
||||
<Ionicons name="arrow-back" size={24} color={COLORS.textPrimary} />
|
||||
</TouchableOpacity>
|
||||
@@ -39,7 +41,7 @@ const CreateLoanRemainingOrderScreen = () => {
|
||||
<Text style={styles.title}>Täze sargyt</Text>
|
||||
|
||||
<Input
|
||||
label="Account number"
|
||||
label="Karz hasaby"
|
||||
placeholder="1420..."
|
||||
value={accountNumber}
|
||||
onChangeText={setAccountNumber}
|
||||
@@ -56,6 +58,7 @@ const CreateLoanRemainingOrderScreen = () => {
|
||||
<Text style={styles.submitText}>Ýatda sakla</Text>
|
||||
)}
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</SafeAreaView>
|
||||
);
|
||||
};
|
||||
@@ -64,9 +67,12 @@ const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
backgroundColor: COLORS.backgroundSecondary,
|
||||
paddingHorizontal: 24,
|
||||
paddingTop: 40,
|
||||
},
|
||||
inner: {
|
||||
flex: 1,
|
||||
paddingHorizontal: 24,
|
||||
},
|
||||
backBtn: {
|
||||
marginBottom: 24,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user