Commit f7b7de69 by G

add a logo at the top of the form. will be dynamic when state definitions come around.

parent dfb3278d
import BeasyLogoIcon from "@components/BeasyLogoIcon";
import Button from "@components/Button";
import Input from "@components/Input";
import PaymentOption from "@components/PaymentOption";
import BackgroundGreenWhiteContentArea from "@components/backgrounds/BackgroundGreenWhiteContentArea";
import Box from "@components/bases/Box";
import Text from "@components/bases/Text";
......@@ -25,7 +26,10 @@ const NumberAndOtpForPaymentScreen = () => {
78000
</Text>
</Box>
<Box p={"l"} paddingTop={"x64"}>
<Box p={"l"}>
<Box width={100} height={70} mb={"l"}>
<PaymentOption onPress={() => {}} paymentMethod={"OrangeMoney"} />
</Box>
<Box mb={"l"}>
<Input
label="Entrez le numero"
......
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