mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont show an overlay when editing display settings
This commit is contained in:
parent
bebcaaf44b
commit
12a9973935
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export function DisplaySettingsModal(
|
|||
): JSX.Element {
|
||||
return (
|
||||
<ModalRoot defaultOpen onOpenChange={props.onOpenChange}>
|
||||
<ModalOverlay />
|
||||
<ModalOverlay css={{ backgroundColor: 'unset' }} />
|
||||
<ModalContent
|
||||
css={{
|
||||
width: '345px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue