1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Update snapshot

This commit is contained in:
Goktug Poyraz 2023-03-28 10:36:53 +02:00
parent 3a1bcf1446
commit c640e769b2

View File

@ -92,13 +92,13 @@ exports[`Desktop Pairing page should render otp component 1`] = `
</div> </div>
<h3 <h3
align="center" align="center"
class="box mm-text mm-text--heading-md mm-text--color-text-default box--flex-direction-row" class="box mm-text mm-text--heading-md box--flex-direction-row box--color-text-default"
> >
Pair with Desktop Pair with Desktop
</h3> </h3>
<p <p
align="center" align="center"
class="box mm-text mm-text--body-md mm-text--color-text-default box--margin-top-2 box--flex-direction-row" class="box mm-text mm-text--body-md box--margin-top-2 box--flex-direction-row box--color-text-default"
> >
Open your MetaMask Desktop and type this code Open your MetaMask Desktop and type this code
</p> </p>
@ -119,7 +119,7 @@ exports[`Desktop Pairing page should render otp component 1`] = `
> >
<h1 <h1
align="center" align="center"
class="box mm-text desktop-pairing__otp mm-text--display-md mm-text--color-text-default box--flex-direction-row" class="box mm-text desktop-pairing__otp mm-text--display-md box--flex-direction-row box--color-text-default"
> >
123456 123456
</h1> </h1>
@ -130,7 +130,7 @@ exports[`Desktop Pairing page should render otp component 1`] = `
> >
<p <p
align="center" align="center"
class="box mm-text desktop-pairing__countdown-timer mm-text--body-md mm-text--color-text-default box--padding-2 box--flex-direction-row box--background-color-background-default box--rounded-xl" class="box mm-text desktop-pairing__countdown-timer mm-text--body-md box--padding-2 box--flex-direction-row box--color-text-default box--background-color-background-default box--rounded-xl"
> >
<span> <span>
@ -147,7 +147,7 @@ exports[`Desktop Pairing page should render otp component 1`] = `
</div> </div>
<p <p
align="center" align="center"
class="box mm-text mm-text--body-sm mm-text--color-text-default box--flex-direction-row" class="box mm-text mm-text--body-sm box--flex-direction-row box--color-text-default"
> >
If the pairing is successful, extension will restart and you'll have to re-enter your password. If the pairing is successful, extension will restart and you'll have to re-enter your password.
</p> </p>
@ -156,7 +156,7 @@ exports[`Desktop Pairing page should render otp component 1`] = `
class="box box--flex-direction-row" class="box box--flex-direction-row"
> >
<button <button
class="box mm-text mm-button-base mm-button-base--size-md mm-button-primary mm-text--body-md mm-text--color-primary-inverse box--padding-right-4 box--padding-left-4 box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--background-color-primary-default box--rounded-pill" class="box mm-text mm-button-base mm-button-base--size-md mm-button-primary mm-text--body-md box--padding-right-4 box--padding-left-4 box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-primary-inverse box--background-color-primary-default box--rounded-pill"
> >
Done Done
</button> </button>