fix: modal style mobile friendly

fix: https://github.com/koreanbots/v2-testing/issues/57
This commit is contained in:
Junseo Park 2021-02-28 11:24:42 +09:00
parent 3291929b3a
commit 5d14769d51

View File

@ -11,8 +11,7 @@ const Modal = ({ children, isOpen, onClose, dark, header }:ModalProps):JSX.Eleme
modal: {
borderRadius: '10px',
background: dark ? '#2C2F33' : '#fbfbfb',
color: dark ? 'white' : 'black',
minWidth: '500px'
color: dark ? 'white' : 'black'
}
}}
>