drag and drop updated

This commit is contained in:
2024-07-08 12:22:27 +05:30
parent df2a12dff3
commit 5ceba1f8b9
16 changed files with 859 additions and 315 deletions

View File

@@ -33,7 +33,7 @@ const FormInputView = ({
<FormLabel key={id} color={"gray.500"} fontSize={"xs"}>
{label}
</FormLabel>
<FormLabel>{value}</FormLabel>
<FormLabel fontSize={'sm'}>{value}</FormLabel>
</Box>
))}
</Box>