Skip to content

Commit

Permalink
chore: fix style in success modal
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Apr 8, 2024
1 parent e4a8543 commit 9d0e5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cfd/screens/CFDSuccess/CFDSuccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ export const CFDSuccess = ({ description, marketType, platform, renderButtons }:
const IconWithCheckMark = () => (
<div className='relative'>
{icon}
<CheckMark />
<CheckMark className='absolute bottom-0 left-[100px]' />
</div>
);

return (
<ActionScreen
className='w-[440px] h-[364px]'
className='w-[440px] h-[364px] p-24'
description={description}
icon={<IconWithCheckMark />}
renderButtons={renderButtons}
Expand Down

0 comments on commit 9d0e5f3

Please sign in to comment.