update Investment Details KYC

This commit is contained in:
YasinShaikh123
2024-11-25 20:24:39 +05:30
parent 694dde0f14
commit 3b83b625c3
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"}