Skip to content

Commit

Permalink
[@mantine/core] Burger: Fix lineSize being passed to the DOM node (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jul 13, 2024
1 parent decbcfe commit 97ff298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@mantine/core/src/components/Burger/Burger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const Burger = factory<BurgerFactory>((_props, ref) => {
children,
transitionDuration,
transitionTimingFunction,
lineSize,
...others
} = props;

Expand Down

0 comments on commit 97ff298

Please sign in to comment.