mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
5693d1945a
* Migrating Input component * Adjusting types and fixing design system import --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Input should render correctly 1`] = `
|
|
<div>
|
|
<input
|
|
autocomplete="off"
|
|
class="mm-box mm-text mm-input mm-text--body-md mm-box--margin-0 mm-box--padding-0 mm-box--color-text-default mm-box--background-color-transparent mm-box--border-style-none"
|
|
type="text"
|
|
value=""
|
|
/>
|
|
</div>
|
|
`;
|