Skip to content

Commit

Permalink
style: use style props
Browse files Browse the repository at this point in the history
  • Loading branch information
iepn authored Mar 20, 2024
1 parent 3712bde commit 2770eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Quiz/QuizzesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const QuizzesModal = ({
<ModalOverlay bg="blackAlpha.700" />

<Center as={ModalContent} m={0} bg={getStatusColor()} py="16">
<ModalCloseButton size="lg" p="6" sx={{ zIndex: '999'}}/>
<ModalCloseButton size="lg" p="6" zIndex="1"/>
{children}
</Center>
</ChakraModal>
Expand Down

0 comments on commit 2770eb4

Please sign in to comment.