Skip to content

Commit

Permalink
Merge pull request #284 from sharemindteam/dev
Browse files Browse the repository at this point in the history
chore: fix counselor info layout
  • Loading branch information
rmdnps10 authored May 4, 2024
2 parents b58a048 + 8fd47ea commit 2b8b347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Buyer/BuyerCounselorProfile/CounselorInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const CounselorInfo = ({
</div>
</div>
<div className="row3">
<Body3 color={Grey3}>상담료</Body3>
<Body3 color={Grey3}>상담 금액</Body3>
<div>
{letterPrice !== undefined ? (
<Body3 color={Grey1}>
Expand All @@ -98,14 +98,14 @@ const Wrapper = styled.div`
border-bottom: 1px solid ${Grey6};
.row1 {
display: flex;
gap: 6.8rem;
gap: 6rem;
}
.row2 {
display: flex;
gap: 6.8rem;
gap: 6rem;
}
.row3 {
display: flex;
gap: 6.8rem;
gap: 6rem;
}
`;

0 comments on commit 2b8b347

Please sign in to comment.