mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: full modal width decreased
This commit is contained in:
parent
6924e87893
commit
019c2b11d5
@ -18,7 +18,7 @@ const Modal = ({ children, isOpen, onClose, dark, header, full=false }: ModalPro
|
||||
borderRadius: '10px',
|
||||
background: dark ? '#2C2F33' : '#fbfbfb',
|
||||
color: dark ? 'white' : 'black',
|
||||
width: full ? '100%' : 'inherit'
|
||||
width: full ? '90%' : 'inherit'
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user