fix(panel-wrapper): wider modal

This commit is contained in:
RadoslavDimchev 2024-04-15 18:22:18 +03:00 committed by Radoslav Dimchev
parent 1323499a3f
commit 4bf75ded46
1 changed files with 1 additions and 1 deletions

View File

@ -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',