mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
17 lines
754 B
Plaintext
17 lines
754 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`CustodyLabels Component should render correctly 1`] = `
|
||
|
<div>
|
||
|
<label
|
||
|
class="box mm-text mm-label mm-label--html-for mm-text--body-md mm-text--font-weight-bold box--display-flex box--flex-direction-row box--align-items-center box--color-text-default"
|
||
|
for="address-index"
|
||
|
>
|
||
|
<p
|
||
|
class="box mm-text custody-label mm-text--h9 mm-text--font-weight-normal mm-text--text-transform-uppercase box--margin-top-1 box--margin-right-1 box--margin-bottom-2 box--padding-top-1 box--padding-right-2 box--padding-bottom-1 box--padding-left-2 box--flex-direction-row box--color-text-muted box--background-color-background-alternative box--rounded-sm"
|
||
|
>
|
||
|
value
|
||
|
</p>
|
||
|
</label>
|
||
|
</div>
|
||
|
`;
|