Skip to content

Commit

Permalink
updated padding for snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Oct 21, 2024
1 parent 6091121 commit 46f60ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/confirmations/confirmation/confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export default function ConfirmationPage({
)}
<Box
className="confirmation-page__content"
padding={4}
padding={isSnapCustomUIDialog ? 0 : 4}
style={{
marginTop: `${contentMargin}px`,
overflowY: 'auto',
Expand Down

0 comments on commit 46f60ab

Please sign in to comment.