mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10:24 +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: {
|
modal: {
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
background: dark ? '#2C2F33' : '#fbfbfb',
|
background: dark ? '#2C2F33' : '#fbfbfb',
|
||||||
color: dark ? 'white' : 'black',
|
color: dark ? 'white' : 'black'
|
||||||
minWidth: '500px'
|
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user