mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: removed modal className
This commit is contained in:
parent
2009768718
commit
a105cea6ef
@ -9,9 +9,6 @@ const Modal = ({ children, isOpen, onClose, closeIcon=false, dark, header, full=
|
|||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
center
|
center
|
||||||
animationDuration={100}
|
animationDuration={100}
|
||||||
classNames={{
|
|
||||||
modal: 'bg-discord-dark',
|
|
||||||
}}
|
|
||||||
showCloseIcon={closeIcon}
|
showCloseIcon={closeIcon}
|
||||||
styles={{
|
styles={{
|
||||||
closeButton: {
|
closeButton: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user