Skip to content

Commit

Permalink
fix: apply styles on header element (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamside committed Sep 21, 2022
1 parent 70483d5 commit 6ce2a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/nucleus/src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const classes = {
};

const StyledGrid = styled(Grid)(({ theme }) => ({
[`& .${classes.containerStyle}`]: {
[`&.${classes.containerStyle}`]: {
flexGrow: 0,
},

[`& .${classes.containerTitleStyle}`]: {
[`&.${classes.containerTitleStyle}`]: {
paddingBottom: theme.spacing(1),
},
}));
Expand Down

0 comments on commit 6ce2a74

Please sign in to comment.