1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 15:50:28 +01:00
metamask-extension/ui/components/component-library/text-field/__snapshots__/text-field.test.js.snap
2023-02-22 09:14:40 -08:00

18 lines
734 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TextField should render correctly 1`] = `
<div>
<div
class="box mm-text-field mm-text-field--size-md mm-text-field--truncate 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-input mm-input--disable-state-styles mm-text-field__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 box--border-style-none"
focused="false"
type="text"
value=""
/>
</div>
</div>
`;