diff --git a/packages/react-native/src/scroll-view-inertial-background/ScrollViewInertialBackground.tsx b/packages/react-native/src/scroll-view-inertial-background/ScrollViewInertialBackground.tsx index 048af496..2f267a50 100644 --- a/packages/react-native/src/scroll-view-inertial-background/ScrollViewInertialBackground.tsx +++ b/packages/react-native/src/scroll-view-inertial-background/ScrollViewInertialBackground.tsx @@ -96,4 +96,4 @@ function HiddenView({ style, pointerEvents = 'none', ...props }: ComponentProps< * Gradient value for BottomCTA. Set as a fixed value to avoid peerDeps. */ const GRADIENT_HEIGHT = 37; -const DEFAULT_BACKGROUND_COLOR = '#ffffff'; +const DEFAULT_BACKGROUND_COLOR = 'transparent';