Skip to content

Commit

Permalink
fix(PanelContainer): passed Box props to the Box internal component t…
Browse files Browse the repository at this point in the history
…o get the styles
  • Loading branch information
soslayando committed Jun 8, 2023
1 parent 82d1b99 commit 4457ae2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ export const PanelContainer: React.FC<PanelContainerProps> = ({
styles,
visibility,
widthScheme,
...boxProps
}) => {
const theme = useTheme();
return (
<Box
{...boxProps}
as={as}
className={className}
display={display}
Expand Down

0 comments on commit 4457ae2

Please sign in to comment.