diff --git a/packages/@mantine/core/src/components/Indicator/Indicator.tsx b/packages/@mantine/core/src/components/Indicator/Indicator.tsx index e5b5230e1a9..5e1e967a469 100644 --- a/packages/@mantine/core/src/components/Indicator/Indicator.tsx +++ b/packages/@mantine/core/src/components/Indicator/Indicator.tsx @@ -129,6 +129,7 @@ export const Indicator = factory((_props, ref) => { disabled, processing, zIndex, + autoContrast, ...others } = props;