diff --git a/src/apps/chat/components/composer/CameraCaptureModal.tsx b/src/apps/chat/components/composer/CameraCaptureModal.tsx index 9cf4d00c0..e52efe4b1 100644 --- a/src/apps/chat/components/composer/CameraCaptureModal.tsx +++ b/src/apps/chat/components/composer/CameraCaptureModal.tsx @@ -202,7 +202,8 @@ export function CameraCaptureModal(props: { sx: { backdropFilter: 'none', // using none because this is heavy // backdropFilter: 'blur(4px)', - backgroundColor: 'rgba(11 13 14 / 0.75)', + // backgroundColor: 'rgba(11 13 14 / 0.75)', + backgroundColor: 'rgba(var(--joy-palette-neutral-darkChannel) / 0.5)', }, }, }} @@ -217,7 +218,7 @@ export function CameraCaptureModal(props: { {/* Top bar */}