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 549edd6 commit f6bb16dCopy full SHA for f6bb16d
packages/ui-top-nav-bar/src/CanvasTopNav/index.tsx
@@ -173,7 +173,6 @@ const CanvasTopNav = ({
173
withBorder={false}
174
screenReaderLabel={hamburgerLabel}
175
onClick={hamburgerOnClick}
176
- // color={lti ? 'secondary' : 'primary-inverse'}
177
>
178
<IconHamburgerLine />
179
</IconButton>
packages/ui-top-nav-bar/src/MobileTopNav/index.tsx
@@ -105,7 +105,7 @@ const MobileTopNav = ({
105
<IconButton
106
withBackground={false}
107
108
- screenReaderLabel="burger"
+ screenReaderLabel={open ? 'Close menu' : 'Open menu'}
109
color={lti ? undefined : 'primary-inverse'}
110
onClick={handleToggle}
111
0 commit comments