mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: modal style mobile friendly
fix: https://github.com/koreanbots/v2-testing/issues/57
This commit is contained in:
parent
3291929b3a
commit
5d14769d51
@ -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'
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user