Skip to content

Commit

Permalink
Merge pull request #4982 from voxel51/bug/gridview-override
Browse files Browse the repository at this point in the history
remove overriding the grid sx
  • Loading branch information
manivoxel51 authored Oct 24, 2024
2 parents 51d49e8 + f51dfba commit 4f277e7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ export default function GridView(props: ViewPropsType) {
};

return (
<Box
{...getComponentProps(props, "container")}
sx={{ width: "100%", boxSizing: "border-box", padding: 1 }}
>
<Box {...getComponentProps(props, "container")}>
<HeaderView {...props} divider nested />
<Box {...getProps(props, "grid", baseGridProps)}>
{propertiesAsArray.map((property) => {
Expand Down

0 comments on commit 4f277e7

Please sign in to comment.