mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add aria-label to icon variant of IAISimpleMenu
Uses whatever the iconTooltip copy is
This commit is contained in:
parent
fdb146a43a
commit
b0b8846430
@ -68,6 +68,7 @@ export default function IAISimpleMenu(props: IAIMenuProps) {
|
||||
<MenuButton
|
||||
as={menuType === 'icon' ? IconButton : Button}
|
||||
tooltip={iconTooltip}
|
||||
aria-label={iconTooltip}
|
||||
icon={isOpen ? <MdArrowDropUp /> : <MdArrowDropDown />}
|
||||
paddingX={0}
|
||||
paddingY={menuType === 'regular' ? 2 : 0}
|
||||
|
Loading…
Reference in New Issue
Block a user