Camera Capture: darker

This commit is contained in:
Enrico Ros
2026-01-10 14:56:06 -08:00
parent 9b4d0ddf2f
commit c3714f6651
@@ -220,7 +220,7 @@ export function CameraCaptureModal(props: {
backdropFilter: 'none', // using none because this is heavy
// backdropFilter: 'blur(4px)',
// backgroundColor: 'rgba(11 13 14 / 0.75)',
backgroundColor: 'rgba(var(--joy-palette-neutral-darkChannel) / 0.5)',
backgroundColor: 'rgba(var(--joy-palette-neutral-darkChannel) / 0.67)',
},
},
}}