We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea62be8 commit 43eb18dCopy full SHA for 43eb18d
1 file changed
packages/react-native/src/components/survey-web-view.tsx
@@ -20,7 +20,7 @@ const getOverlayBackgroundColor = (overlay: TOverlay): string => {
20
case "light":
21
return "rgba(148, 163, 184, 0.5)";
22
case "none":
23
- return "rgba(0, 0, 0, 0.5)";
+ return "transparent";
24
}
25
};
26
0 commit comments