Skip to content

Commit

Permalink
fixed background stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
SashankBalusu committed Nov 25, 2024
1 parent df1d142 commit e9b8121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/all-plants/[plantId]/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Container = styled.div`

export const Header = styled.div`
background-color: ${COLORS.backgroundGrey};
margin: -20px -20px 24px -20px;
margin: -28px -28px 24px -28px;
padding: 12px 20px;
padding-bottom: 27px;
`;
Expand Down
2 changes: 1 addition & 1 deletion app/my-garden/[userPlantId]/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Container = styled.div`

export const Header = styled.div`
background-color: ${COLORS.backgroundGrey};
margin: -20px -20px 24px -20px;
margin: -28px -28px 24px -28px;
padding: 12px 20px;
padding-bottom: 27px;
`;
Expand Down

0 comments on commit e9b8121

Please sign in to comment.