Skip to content

Commit

Permalink
Merge pull request #39657 from allroundexperts/fix-38372-2
Browse files Browse the repository at this point in the history
feat: add missing styles for workspace menu items
  • Loading branch information
luacmartins authored Apr 4, 2024
2 parents 9b22258 + 5639685 commit 3ff3626
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 3ff3626

Please sign in to comment.