mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +08:00
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:
commit
4974a4a922
@ -82,6 +82,7 @@ const Pages: FunctionComponent<{
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
return onClose();
|
return onClose();
|
||||||
}}
|
}}
|
||||||
|
title="Close settings page"
|
||||||
>
|
>
|
||||||
<Icons icon="close" />
|
<Icons icon="close" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user