Skip to content

Commit

Permalink
open search drawer on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoliron committed Aug 16, 2023
1 parent 0c0845f commit 1abe69b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HeaderBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export default function HeaderBar(props: Props) {
"&:hover": {
backgroundColor: alpha(theme.palette.common.white, 0.25),
},
"&:focus": {
backgroundColor: alpha(theme.palette.common.white, 0.25),
},
marginLeft: "auto",
width: "auto",
}));
Expand Down

0 comments on commit 1abe69b

Please sign in to comment.