fix(panel-wrapper): wider modal
This commit is contained in:
parent
1323499a3f
commit
4bf75ded46
|
@ -32,7 +32,7 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
|
|||
style={{
|
||||
content: {
|
||||
borderRadius: '12px',
|
||||
width: '70%',
|
||||
width: '75%',
|
||||
margin: '0 auto',
|
||||
scrollbarWidth: 'thin',
|
||||
scrollbarColor: 'transparent transparent',
|
||||
|
|
Loading…
Reference in New Issue