Skip to content

Commit

Permalink
Added aria-expanded for download button
Browse files Browse the repository at this point in the history
  • Loading branch information
amyyeung17 committed Jun 11, 2024
1 parent 267ca36 commit 334785b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SidePanelControlBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const SearchBarComponent: FC<SidePanelControlBarProps> = ({
/>
<ThemeButton
color="tertiary"
aria-expanded={currentView === "download"}
aria-label="Download"
onPress={() => updateCurrentView("download")}
startContent={<DownloadSimple />}
Expand Down

0 comments on commit 334785b

Please sign in to comment.