Skip to content

Commit

Permalink
default preview
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Oct 14, 2024
1 parent 37342b5 commit 21a05d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/ProcessCreate/Steps/Confirm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,12 @@ export const Confirm = () => {
<FormProvider {...methods}>
<Flex flexDirection={{ base: 'column', xl2: 'row' }} gap={5}>
<Preview />
<Box flex={{ xl2: '0 0 25%' }} bgColor={bgSecondary} p={6} borderRadius={isSaas ? 'xl' : 'md'}>
<Box
flex={{ xl2: '0 0 25%' }}
bgColor={bgSecondary}
p={isSaas ? 6 : 0}
borderRadius={isSaas ? 'xl' : 'md'}
>
<CostPreview unpublished={unpublished} />

<Box>
Expand Down

0 comments on commit 21a05d0

Please sign in to comment.