We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84443fe commit 2853eafCopy full SHA for 2853eaf
__tests__/shared/components/__snapshots__/Modal.jsx.snap
@@ -11,6 +11,7 @@ exports[`Snapshot match 1`] = `
11
CONTENT
12
</div>
13
<button
14
+ aria-label="Close Dialog"
15
className="style__overlay___X12tn"
16
onClick={[Function]}
17
type="button"
src/shared/components/Modal/index.jsx
@@ -54,6 +54,7 @@ class BaseModal extends React.Component {
54
onClick={() => onCancel()}
55
className={theme.overlay}
56
57
58
/>
59
</React.Fragment>
60
),
0 commit comments