Skip to content

Commit

Permalink
last changes for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqing6432 committed Apr 9, 2024
1 parent 675593e commit 44a85d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/favorites/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ export const ImageLinkWrapper = styled(Link)`
display: flex;
justify-content: center;
align-items: center;
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);`;
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);`;
5 changes: 5 additions & 0 deletions src/app/profileScreen/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,8 @@ export const InfoDiv = styled.div`
gap: 32px;
width: 500px;
`;

export const MostRecentOrder = styled.div`
display: flex;
flex-direction: row;
`;

0 comments on commit 44a85d2

Please sign in to comment.