Skip to content

Commit

Permalink
[design] #157 컨텐츠 상세 메모 높이 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Dec 2, 2024
1 parent 3febcd5 commit 87bdb49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ private extension ContentDetailView {
focusState: $isFocused,
equals: true
)
.frame(minHeight: 132)
.frame(minHeight: isFocused ? 164 : 132)
.animation(.pokitDissolve, value: isFocused)
}
.padding(.bottom, 24)
.padding(.horizontal, 20)
Expand Down

0 comments on commit 87bdb49

Please sign in to comment.