Skip to content

Commit

Permalink
Auto stash before rebase of "feat/#48" onto "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
E-hyeon committed Aug 4, 2024
1 parent 7d791ee commit 6621ef7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"ajv-keywords": "^5.1.0",
<<<<<<< Updated upstream
"axios": "^1.7.3",
=======
>>>>>>> Stashed changes
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ function App() {
);
}

export default App;
export default App;
17 changes: 17 additions & 0 deletions src/components/AddGroup/AddGroupMembername/Styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export const Fly = styled(I.Fly)`
`;

export const Text = styled.p`
<<<<<<< Updated upstream
=======
font-size: 0.7rem;
color: ${({ theme }) => theme.colors.primary};
position: relative;
Expand All @@ -52,6 +54,20 @@ export const ListLayout = styled.div`
height: 300px;
`;

<<<<<<< Updated upstream
export const ListLayout = styled.div`
position: relative;
width: 350px;
height: 400px;
`;

export const File = styled(I.File)`
position: absolute;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
=======
export const NextArrow = styled(I.NextArrowCircle)`
position: absolute;
bottom: calc(25% - 12px - 36.5px);
Expand All @@ -60,4 +76,5 @@ export const NextArrow = styled(I.NextArrowCircle)`
width: 9%; /* Adjust width as needed */
height: 20%;
cursor: pointer;
>>>>>>> Stashed changes
`;
Empty file.

0 comments on commit 6621ef7

Please sign in to comment.