Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add modal overlay to game appeal accept modal
  • Loading branch information
regalijan committed Jan 1, 2024
1 parent 6f5e872 commit f830de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/GameAppealCard.tsx
Expand Up @@ -12,6 +12,7 @@ import {
ModalContent,
ModalFooter,
ModalHeader,
ModalOverlay,
Stack,
StackDivider,
Text,
Expand Down Expand Up @@ -100,6 +101,7 @@ export default function (props: GameAppealProps & { port?: MessagePort }) {
</Box>
</CardFooter>
<Modal isOpen={isOpen} onClose={onClose}>
<ModalOverlay />
<ModalContent>
<ModalHeader>
<Heading>
Expand Down

0 comments on commit f830de4

Please sign in to comment.