mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
79b2deb194
snapshot updates fix snapshots add background colors fix snapshots
16 lines
749 B
Plaintext
16 lines
749 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`AvatarFavicon should render correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="box mm-text mm-avatar-base mm-avatar-base--size-md mm-avatar-favicon 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-transparent box--border-style-solid box--border-width-1"
|
|
data-testid="avatar-favicon"
|
|
>
|
|
<span
|
|
class="box mm-icon mm-icon--size-md box--display-inline-block box--flex-direction-row box--color-icon-default"
|
|
style="mask-image: url('./images/icons/global.svg');"
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|