Skip to content

Commit

Permalink
chore: minor changes in FormEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Jan 25, 2024
1 parent ea2b26f commit 56c0aac
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions src/components/forms/FormEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,6 @@ export function FormEdit({
<>
<Flex align='center' justify='center' direction='column'>
<Box w='full' maxWidth='800px'>
<Box mb='5' fontSize='md'>
Los campos con el{' '}
<Box display='inline' color='red.300'>
*
</Box>{' '}
son obligatorios
</Box>
<Flex
as='form'
onSubmit={handleSubmit(onSubmit)}
Expand Down Expand Up @@ -627,7 +620,12 @@ export function FormEdit({
placeholder='Elija un Formato'
/>
</FormControl>
<Box mt={{ base: 10, md: '22rem' }}>
<Box
// justify='space-evenly'
// direction='column'
// gap='4'
mt={{ base: 10, md: '22rem' }}
>
<Button
type='submit'
w='full'
Expand All @@ -643,9 +641,23 @@ export function FormEdit({
>
<Flex align='center' justify='center'>
<Icon as={AiOutlineSave} fontSize='25' mr='2' />
Listo
Guardar
</Flex>
</Button>
{/* <Button
// w='full'
size='lg'
// border='1px'
// bg={bgColorButton}
// color='black'
// _hover={{ bg: 'green.600' }}
// _active={{ bg: 'green.600' }}
>
<Flex align='center' justify='center'>
<Icon as={AiOutlineSave} fontSize='25' mr='2' />
Cancelar
</Flex>
</Button> */}
</Box>
</Box>
</Flex>
Expand Down

1 comment on commit 56c0aac

@vercel
Copy link

@vercel vercel bot commented on 56c0aac Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu-franqsanz.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu.vercel.app

Please sign in to comment.