update Investment Details KYC
This commit is contained in:
@@ -193,7 +193,7 @@ const ViewIOdata = () => {
|
||||
cursor={"pointer"}
|
||||
/>
|
||||
</Box> */}
|
||||
<Stack position={"absolute"} right={2} bottom={1} direction="row" spacing={4}>
|
||||
<Stack position={"absolute"} right={1} bottom={1} direction="row" spacing={4}>
|
||||
<Button
|
||||
isLoading={isRefetchLoading}
|
||||
loadingText="Refresh"
|
||||
|
||||
@@ -49,7 +49,7 @@ const Kyc = () => {
|
||||
<HStack spacing={4} mb={4}>
|
||||
<FormControl>
|
||||
<FormLabel mb={1} fontSize={"sm"}>
|
||||
House/Unit
|
||||
Address line 1
|
||||
</FormLabel>
|
||||
<Input
|
||||
bg={"#ccc3"}
|
||||
@@ -62,7 +62,7 @@ const Kyc = () => {
|
||||
</FormControl>
|
||||
<FormControl>
|
||||
<FormLabel mb={1} fontSize={"sm"}>
|
||||
Road/Street
|
||||
Address line 2
|
||||
</FormLabel>
|
||||
<Input
|
||||
bg={"#ccc3"}
|
||||
|
||||
Reference in New Issue
Block a user