mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
d879f08763
* Update ModalOverlay to use TS Box version * fix jest error * lint error fix * Fix lint errors and improve ModalOverlay's TypeScript typings * Some small updates to story and docs --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ModalOverlay should match snapshot 1`] = `
|
|
<div>
|
|
<div
|
|
aria-hidden="true"
|
|
class="mm-box mm-modal-overlay mm-box--width-full mm-box--height-full mm-box--background-color-overlay-default"
|
|
/>
|
|
</div>
|
|
`;
|