mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
40 lines
1.8 KiB
Plaintext
40 lines
1.8 KiB
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`AccountPicker renders properly 1`] = `
|
||
|
<div>
|
||
|
<button
|
||
|
class="box mm-text mm-button-base mm-button-base--size-md mm-button-base--ellipsis multichain-account-picker mm-button-primary mm-text--body-md mm-text--ellipsis 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-transparent box--rounded-lg"
|
||
|
>
|
||
|
<span
|
||
|
class="box mm-text mm-text--inherit mm-text--ellipsis box--display-flex box--gap-2 box--flex-direction-row box--align-items-center box--color-primary-inverse"
|
||
|
>
|
||
|
<div
|
||
|
class="box mm-text mm-avatar-base mm-avatar-base--size-sm mm-avatar-account mm-text--body-sm mm-text--text-transform-uppercase box--display-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-text-default box--background-color-background-alternative box--rounded-full box--border-color-border-default box--border-style-solid box--border-width-1"
|
||
|
>
|
||
|
<canvas
|
||
|
height="32"
|
||
|
style="display: none;"
|
||
|
width="32"
|
||
|
/>
|
||
|
<img
|
||
|
alt=""
|
||
|
height="24"
|
||
|
src="data:image/png;base64,00"
|
||
|
style="border-radius: 50%;"
|
||
|
width="24"
|
||
|
/>
|
||
|
</div>
|
||
|
<span
|
||
|
class="box mm-text mm-text--body-md mm-text--font-weight-bold mm-text--ellipsis box--flex-direction-row box--color-text-default"
|
||
|
>
|
||
|
Account 1
|
||
|
</span>
|
||
|
<span
|
||
|
class="box mm-icon mm-icon--size-sm box--display-inline-block box--flex-direction-row box--color-icon-default"
|
||
|
style="mask-image: url('./images/icons/arrow-down.svg');"
|
||
|
/>
|
||
|
</span>
|
||
|
</button>
|
||
|
</div>
|
||
|
`;
|