mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Camera: style
This commit is contained in:
@@ -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 */}
|
||||
<Sheet variant='solid' invertedColors={true} sx={{
|
||||
p: 1,
|
||||
// backgroundColor: 'neutral.800',
|
||||
backgroundColor: 'neutral.800',
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user