mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
1007930078
* text housekeeping * update testing * Text constant * TEXT const to story * format text sizes * add associated constants to text component * add all exports to global index.js * update snapshot * update text component variants * Update ui/components/component-library/text/README.mdx Co-authored-by: George Marshall <george.marshall@consensys.net> * update rearrangements * update text in tests Co-authored-by: George Marshall <george.marshall@consensys.net>
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`HelpText should render with text inside the HelpText 1`] = `
|
|
<div>
|
|
<span
|
|
class="box mm-text mm-help-text mm-text--body-xs mm-text--color-text-default box--flex-direction-row"
|
|
>
|
|
help text
|
|
</span>
|
|
</div>
|
|
`;
|