Skip to content

Commit 2770eb4

Browse files
authored
style: use style props
1 parent 3712bde commit 2770eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Quiz/QuizzesModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const QuizzesModal = ({
4040
<ModalOverlay bg="blackAlpha.700" />
4141

4242
<Center as={ModalContent} m={0} bg={getStatusColor()} py="16">
43-
<ModalCloseButton size="lg" p="6" sx={{ zIndex: '999'}}/>
43+
<ModalCloseButton size="lg" p="6" zIndex="1"/>
4444
{children}
4545
</Center>
4646
</ChakraModal>

0 commit comments

Comments
 (0)