Merge pull request #14808 from thawkin3/feature/close-settings-page-button-title

Accessibility: Adds title to close button on settings page
This commit is contained in:
Michael Shilman 2021-05-05 12:14:10 +08:00 committed by GitHub
commit 4974a4a922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ const Pages: FunctionComponent<{
e.preventDefault();
return onClose();
}}
title="Close settings page"
>
<Icons icon="close" />
</IconButton>