mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
88af4b3c36
* Avatar Token HouseKeeping * updated props * fixed indentation and avatar size * fixed lint issues * updated sizes * fixed alignment of avatar token halo stories * updated story for src * updated avatar token * updated README * updated Readme
17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`AvatarToken should render correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="box mm-avatar-base mm-avatar-base--size-md mm-avatar-token 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--border-color-transparent box--border-style-solid box--border-width-1"
|
|
data-testid="avatar-token"
|
|
>
|
|
<img
|
|
alt="ast logo"
|
|
class="mm-avatar-token__token-image"
|
|
src="./AST.png"
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|