mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
79b2deb194
snapshot updates fix snapshots add background colors fix snapshots
22 lines
988 B
Plaintext
22 lines
988 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TextFieldSearch should render correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="box mm-text-field mm-text-field--size-md mm-text-field--truncate mm-text-field-search box--padding-left-4 box--display-inline-flex box--flex-direction-row box--align-items-center box--background-color-background-default box--rounded-sm box--border-width-1 box--border-style-solid"
|
|
>
|
|
<span
|
|
class="box mm-icon mm-icon--size-sm box--display-inline-block box--flex-direction-row box--color-inherit"
|
|
style="mask-image: url('./images/icons/search.svg');"
|
|
/>
|
|
<input
|
|
autocomplete="off"
|
|
class="box mm-text mm-input mm-input--disable-state-styles mm-text-field__input mm-text--body-md box--margin-right-6 box--padding-right-4 box--padding-left-2 box--flex-direction-row box--color-text-default box--background-color-transparent box--border-style-none"
|
|
focused="false"
|
|
type="search"
|
|
value=""
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|