We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2c4a1 commit 36645c8Copy full SHA for 36645c8
src/renderer/components/Settings/SearchEngineModal.jsx
@@ -29,7 +29,7 @@ const SearchEngineModal = ({ isOpen, onClose }) => {
29
return (
30
<>
31
<Modal isOpen={isOpen} onClose={onClose}>
32
- <ModalOverlay />
+ <ModalOverlay backgroundColor='transparent' />
33
<ModalContent
34
backgroundColor="#32363e"
35
onChange={(e) => onChangeSelect(e)}
0 commit comments