Skip to content

Commit f552b48

Browse files
committed
adjust styling
1 parent 73c88f9 commit f552b48

File tree

1 file changed

+1
-1
lines changed
  • src/components/swap/components/transaction-review

1 file changed

+1
-1
lines changed

src/components/swap/components/transaction-review/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const TransactionReviewModal = (props: TransactionReviewModalProps) => {
3939
<div className='fixed inset-0 flex w-screen items-center justify-center p-4'>
4040
<DialogPanel
4141
className={cn(
42-
'bg-ic-white mx-4 my-0 max-w-md rounded-3xl border border-zinc-700 dark:bg-[#18181b]',
42+
'bg-ic-white mx-4 my-0 w-full max-w-md rounded-3xl border border-zinc-700 dark:bg-[#18181b]',
4343
isDarkMode ? 'review' : '',
4444
)}
4545
>

0 commit comments

Comments
 (0)