Skip to content

Commit a2490fb

Browse files
committed
[#337] 폰트 사이즈 조정
1 parent 9d10cdf commit a2490fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Qapple/Qapple/SourceCode/UIComponent/QPAnswerCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ private struct NormalCell: View {
9292
.padding(.leading, 8)
9393

9494
Text(answer.authorGeneration.isEmpty ? "3기" : answer.authorGeneration)
95-
.pretendard(.medium, 11)
96-
.foregroundStyle(.wh)
95+
.pretendard(.medium, 10)
96+
.foregroundStyle(.main)
9797
.padding(.vertical, 2)
9898
.padding(.horizontal, 8)
9999
.background(.secondaryButton)

0 commit comments

Comments
 (0)