2023-04-17 17:06:41 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`CustodyLabels Component should render correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<label
|
2023-07-17 23:00:16 +02:00
|
|
|
class="mm-box mm-text mm-label mm-label--html-for mm-text--body-md mm-text--font-weight-medium mm-box--display-flex mm-box--flex-direction-row mm-box--align-items-center mm-box--color-text-default"
|
2023-04-17 17:06:41 +02:00
|
|
|
for="address-index"
|
|
|
|
>
|
|
|
|
<p
|
2023-07-13 18:27:49 +02:00
|
|
|
class="box mm-text custody-label mm-text--body-xs mm-text--font-weight-normal mm-text--text-transform-capitalize 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-default box--background-color-background-alternative box--rounded-sm"
|
2023-04-17 17:06:41 +02:00
|
|
|
>
|
|
|
|
value
|
|
|
|
</p>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
`;
|