Skip to content

Commit

Permalink
[@mantine/core] Indicator: Fix autoContrast being passed to the dom…
Browse files Browse the repository at this point in the history
… node as attribute (#5508)
  • Loading branch information
rtivital committed Jan 3, 2024
1 parent f060f77 commit b71a976
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const Indicator = factory<IndicatorFactory>((_props, ref) => {
disabled,
processing,
zIndex,
autoContrast,
...others
} = props;

Expand Down

0 comments on commit b71a976

Please sign in to comment.