chore: removed modal className

This commit is contained in:
wonderlandpark 2021-03-21 01:16:05 +09:00
parent 2009768718
commit a105cea6ef

View File

@ -9,9 +9,6 @@ const Modal = ({ children, isOpen, onClose, closeIcon=false, dark, header, full=
onClose={onClose}
center
animationDuration={100}
classNames={{
modal: 'bg-discord-dark',
}}
showCloseIcon={closeIcon}
styles={{
closeButton: {