Skip to content

Commit

Permalink
refactor: Move padding to useStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Dec 5, 2023
1 parent 7cf3dc3 commit e853a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/components/configurator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const LayoutingStep = () => {
return (
<InteractiveFiltersProvider>
<LMRPanelLayout>
<LMRPanelHeaderWrapper sx={{ p: 4 }}>
<LMRPanelHeaderWrapper>
<PanelHeaderLeftWrapper>
<BackContainer>
<BackButton onClick={handlePrevious}>
Expand Down
1 change: 1 addition & 0 deletions app/configurator/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { DRAWER_WIDTH } from "@/configurator/components/drawer";
const useStyles = makeStyles<Theme>((theme) => ({
panelHeader: {
gridArea: "header",
padding: theme.spacing(5),
},
LMRPanelHeader: {
width: "100%",
Expand Down

0 comments on commit e853a42

Please sign in to comment.