Skip to content

Commit ffb8419

Browse files
committed
Resize sidebar config to match designs
1 parent 8e13c34 commit ffb8419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Menus/Sidebar/SidebarPanel.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const SidebarPanel = (props) => {
1212
Footer,
1313
className,
1414
buttons = [],
15-
defaultWidth = "225px",
15+
defaultWidth = "320px",
1616
} = props;
1717
const isMobile = useMediaQuery({ query: MOBILE_MEDIA_QUERY });
1818

@@ -51,7 +51,7 @@ const SidebarPanel = (props) => {
5151
defaultWidth={defaultWidth}
5252
defaultHeight="100%"
5353
handleDirection="right"
54-
minWidth="180px"
54+
minWidth="280px"
5555
maxWidth="600px"
5656
>
5757
{panelContent}

0 commit comments

Comments
 (0)