Skip to content

Commit 6592977

Browse files
authored
fix: update ScrollViewInertialBackground default color to respect background (#151)
1 parent 37ae3f3 commit 6592977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/src/scroll-view-inertial-background/ScrollViewInertialBackground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ function HiddenView({ style, pointerEvents = 'none', ...props }: ComponentProps<
9696
* Gradient value for BottomCTA. Set as a fixed value to avoid peerDeps.
9797
*/
9898
const GRADIENT_HEIGHT = 37;
99-
const DEFAULT_BACKGROUND_COLOR = '#ffffff';
99+
const DEFAULT_BACKGROUND_COLOR = 'transparent';

0 commit comments

Comments
 (0)