Skip to content

Commit

Permalink
πŸ› Fix : 강아지 ν”„λ‘œν•„ seperater μŠ€νƒ€μΌ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjuyoung99 committed Dec 7, 2024
1 parent c5c8fe6 commit 7b9b41b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DogProfile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function DogProfile({
<Separator $height={8} />
<Typo14 $weight='400'>{weight} KG</Typo14>
</S.DogDetailInfoWrapper>
</S.DogDetailWrapper>
</S.DogDetailWrapper>
</S.DogInfoWrapper>

<S.OneLineIntro>
Expand Down
4 changes: 3 additions & 1 deletion src/components/DogProfile/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const TypoWrapper = styled.div<{ $gap?: number }>`
`
export const TyopNameWrapper = styled.div`
margin-right: 0.3rem;
margin-bottom: 0.4rem;
`
export const DogInfoArea = styled(Box)`
padding: 16px 20px;
Expand All @@ -21,7 +22,8 @@ export const DogInfoWrapper = styled.div`
`
export const DogDetailInfoWrapper = styled.div`
display: flex;
gap: 0.5rem;
gap: 0.3rem;
align-items: center;
margin-bottom: 1rem;
`
export const DogDetailWrapper = styled.div`
Expand Down

0 comments on commit 7b9b41b

Please sign in to comment.