Skip to content

Commit

Permalink
hide close button on search modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Feb 27, 2023
1 parent 854079c commit a7c4b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modals/SearchModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const SearchModal: FC<IModal> = ({ setShowModal }) => {
isAnimating={isAnimating}
theme={theme}
fullScreen
hiddenClose
>
<SearchModalContainer>
<SearchBox>
Expand Down

0 comments on commit a7c4b38

Please sign in to comment.