mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
18 lines
705 B
Plaintext
18 lines
705 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`TextField should render correctly 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="box mm-text-field-base mm-text-field-base--size-md mm-text-field-base--truncate mm-text-field 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"
|
||
|
>
|
||
|
<input
|
||
|
autocomplete="off"
|
||
|
class="box mm-text mm-text-field-base__input mm-text--body-md mm-text--color-text-default box--padding-right-4 box--padding-left-4 box--flex-direction-row box--background-color-transparent"
|
||
|
focused="false"
|
||
|
type="text"
|
||
|
value=""
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|