Skip to content

Commit

Permalink
add missing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Apr 4, 2024
1 parent 823e9c9 commit 5639685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HighlightableMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function HighlightableMenuItem({wrapperStyle, highlighted, ...restOfProps}: Prop
// eslint-disable-next-line react/jsx-props-no-spreading
{...restOfProps}
outerWrapperStyle={animatedHighlightStyle}
wrapperStyle={wrapperStyle}
ref={ref}
/>
);
Expand Down

0 comments on commit 5639685

Please sign in to comment.