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