Skip to content

Commit

Permalink
Fix: 셰어 홈화면 들준마, 진중상 바로가기 토글 버튼 스타일에 통일성 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdnps10 committed Apr 18, 2024
1 parent 90cf37a commit 1419d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/components/Buyer/BuyerHome/HomeConsultInProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ const Wrapper = styled.div`
.nav-consult {
display: flex;
width: 100%;
height: 4.4rem;
box-sizing: border-box;
padding: 2.2rem 3.2rem 1.2rem 2rem;
justify-content: space-between;
align-items: center;
justify-content: space-between;
cursor: pointer;
margin-bottom: 0.4rem;
}
Expand Down
11 changes: 5 additions & 6 deletions src/components/Buyer/BuyerHome/HomeConsultInReady.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ const Wrapper = styled.div`
width: 100%;
height: 4.4rem;
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: space-between;
padding: 2.2rem 3.2rem 1.2rem 2rem;
cursor: pointer;
margin-bottom: 0.4rem;
}
Expand All @@ -73,10 +76,6 @@ const NavConsult = styled.div`
display: flex;
align-items: center;
gap: 0.8rem;
margin-top: 0.9rem;
margin-left: 2rem;
`;
const MoreIcon = styled(More)`
margin-right: 3.8rem;
margin-top: 1.5rem;
margin: 0px auto 0px 0px;
`;
const MoreIcon = styled(More)``;

0 comments on commit 1419d58

Please sign in to comment.