Skip to content

Commit 36645c8

Browse files
committed
bug fix
1 parent 5c2c4a1 commit 36645c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/Settings/SearchEngineModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const SearchEngineModal = ({ isOpen, onClose }) => {
2929
return (
3030
<>
3131
<Modal isOpen={isOpen} onClose={onClose}>
32-
<ModalOverlay />
32+
<ModalOverlay backgroundColor='transparent' />
3333
<ModalContent
3434
backgroundColor="#32363e"
3535
onChange={(e) => onChangeSelect(e)}

0 commit comments

Comments
 (0)