Commit 57b49330 by G

show a little logo indicator of the payment type picked on the previous screen

parent 12e54772
...@@ -4,6 +4,7 @@ import BeasyLogoIcon from "@components/BeasyLogoIcon"; ...@@ -4,6 +4,7 @@ import BeasyLogoIcon from "@components/BeasyLogoIcon";
import Button from "@components/Button"; import Button from "@components/Button";
import GoBackIconButton from "@components/GoBackIconButton"; import GoBackIconButton from "@components/GoBackIconButton";
import Input from "@components/Input"; import Input from "@components/Input";
import PaymentOption from "@components/PaymentOption";
import BackgroundGreenWhiteContentArea from "@components/backgrounds/BackgroundGreenWhiteContentArea"; import BackgroundGreenWhiteContentArea from "@components/backgrounds/BackgroundGreenWhiteContentArea";
import Box from "@components/bases/Box"; import Box from "@components/bases/Box";
import { SafeAreaView } from "react-native-safe-area-context"; import { SafeAreaView } from "react-native-safe-area-context";
...@@ -33,7 +34,10 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI ...@@ -33,7 +34,10 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI
<Box height={150} alignItems={"center"} justifyContent={"center"}> <Box height={150} alignItems={"center"} justifyContent={"center"}>
<BalanceContainer balance={78000} label="Total des ventes" /> <BalanceContainer balance={78000} label="Total des ventes" />
</Box> </Box>
<Box p={"l"} paddingTop={"x64"}> <Box p={"l"} paddingTop={"xl"}>
<Box width={75} height={50} mb={"l"} borderRadius={10} overflow={"hidden"}>
<PaymentOption onPress={() => {}} paymentMethod={paymentType} />
</Box>
<Box mb={"xl"}> <Box mb={"xl"}>
<Input <Input
label="Entrez le montant" label="Entrez le montant"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment