Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fasion_hub_store/src/Pages/Checkout/Address.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
cursor: pointer;
}
#box{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
box-shadow: rgba(0, 0, 0, 0.36) 0px 5px 15px;
}
4 changes: 2 additions & 2 deletions fasion_hub_store/src/Pages/Checkout/Checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Input } from '@chakra-ui/input';
import { Button } from '@chakra-ui/button';
import { PinInput, PinInputField } from '@chakra-ui/pin-input';
import { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, Radio, useToast } from '@chakra-ui/react'
import CheckoutTotal from './CheckoutTotal';

import { useNavigate } from 'react-router-dom';
const Checkout = () => {
const [opts, setopts] = useState(false);
Expand Down Expand Up @@ -84,7 +84,7 @@ const Checkout = () => {
<span onClick={handlePayClick}><TbCircle3 fontSize="25px" /> Payment</span>
</Box>
<Box style={{ width: "95%", margin: "auto", marginTop: "50px" }}>
<Text fontWeight="bold" fontFamily="sans-serif">MOBILE</Text>
<Text fontWeight="bold" fontFamily="sans-serif">MOBILE NUMBER</Text>
<Input placeholder='Enter Mobile Number' size='sm' type="number" htmlSize={6} width='auto' onChange={handleChange} value={value} />
<Button marginLeft="5px" onClick={handleoptinp}>Send OTP</Button>
{opts ? <Box>
Expand Down
88 changes: 0 additions & 88 deletions fasion_hub_store/src/Pages/Checkout/CheckoutTotal.jsx

This file was deleted.