Skip to content

Commit 43eb18d

Browse files
committed
transparent
1 parent ea62be8 commit 43eb18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/src/components/survey-web-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const getOverlayBackgroundColor = (overlay: TOverlay): string => {
2020
case "light":
2121
return "rgba(148, 163, 184, 0.5)";
2222
case "none":
23-
return "rgba(0, 0, 0, 0.5)";
23+
return "transparent";
2424
}
2525
};
2626

0 commit comments

Comments
 (0)