Skip to content

Commit dabe4e6

Browse files
authored
Incubator.Dialog - change overlayBackgroundColor to grey10 with 65% opacity (#3042)
1 parent cb55008 commit dabe4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/Dialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Dialog = (props: DialogProps, ref: ForwardedRef<DialogImperativeMethods>)
5454
testID,
5555
children
5656
} = props;
57-
const {overlayBackgroundColor = Colors.rgba(Colors.$backgroundInverted, 0.3), ...otherModalProps} = modalProps;
57+
const {overlayBackgroundColor = Colors.rgba(Colors.grey10, 0.65), ...otherModalProps} = modalProps;
5858

5959
const visibility = useSharedValue(0); // value between 0 (closed) and 1 (open)
6060
const initialTranslation = useSharedValue(0);

0 commit comments

Comments
 (0)