시리즈 상세 작품소개 키워드

- 글자가 2줄로 보이거나 잘리는 버그 수정
This commit is contained in:
Yu Sung
2024-04-30 19:24:17 +09:00
parent feaeb275e4
commit 38653247b8
4 changed files with 72 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ struct SeriesKeywordChipView: View {
.padding(.vertical, 5.3)
.background(Color.gray22)
.cornerRadius(26.7)
.lineLimit(1)
}
}