diff --git a/src/components/Card/Card.tsx b/src/components/Card/Card.tsx index 12cd22a41a..362fec669e 100644 --- a/src/components/Card/Card.tsx +++ b/src/components/Card/Card.tsx @@ -207,6 +207,10 @@ const CardComponent = ( ]); const runElevationAnimation = (pressType: HandlePressType) => { + if (isV3 && isMode('contained')) { + return; + } + const isPressTypeIn = pressType === 'in'; if (dark && isAdaptiveMode) { Animated.timing(elevationDarkAdaptive, {