Skip to content

Commit

Permalink
chore: add expanded state to menu side navigation button
Browse files Browse the repository at this point in the history
Closes: INSTUI-4249
  • Loading branch information
ToMESSKa committed Dec 9, 2024
1 parent f1b4172 commit af4c237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/__docs__/src/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ class App extends Component<AppProps, AppState> {
shape="circle"
color="secondary"
size="medium"
aria-expanded={true}
ref={(button) => {
if (button) {
button.focus()
Expand Down

0 comments on commit af4c237

Please sign in to comment.