Skip to content

Commit

Permalink
Merge pull request #26 from GovTechSG/staging
Browse files Browse the repository at this point in the history
release(app): fix tx modal min width
  • Loading branch information
superical authored Dec 19, 2023
2 parents 23e4837 + 2525dcd commit 207d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/transaction-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const TransactionModalProvider: React.FC<React.PropsWithChildren> = ({ ch
onCancel={closeHandler}
afterClose={() => dispatch({ type: 'reset' })}
>
<div style={{ minWidth: '550px' }}>
<div style={{ minWidth: '450px' }}>
<TransactionResult
state={state}
setTitle={setTitle}
Expand Down

0 comments on commit 207d42c

Please sign in to comment.