Skip to content

Commit

Permalink
snapshot updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Sep 9, 2024
1 parent 1786235 commit c0a13ad
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`add-ethereum-chain confirmation should match snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`create-named-snap-account confirmation matches snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down Expand Up @@ -106,7 +106,7 @@ exports[`create-named-snap-account confirmation matches snapshot 2`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`create-snap-account confirmation should match snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`error template matches the snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<h2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`remove-snap-account confirmation should match snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`snap-account-redirect confirmation should match snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`success template matches the snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<h2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`switch-ethereum-chain confirmation should match snapshot 1`] = `
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down Expand Up @@ -123,7 +123,7 @@ exports[`switch-ethereum-chain confirmation should show alert if there are pendi
class="confirmation-page"
>
<div
class="mm-box confirmation-page__content mm-box--padding-top-0"
class="mm-box confirmation-page__content mm-box--padding-0"
style="margin-top: 0px; overflow-y: auto;"
>
<div
Expand Down

0 comments on commit c0a13ad

Please sign in to comment.