We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d10cdf commit a2490fbCopy full SHA for a2490fb
Qapple/Qapple/SourceCode/UIComponent/QPAnswerCell.swift
@@ -92,8 +92,8 @@ private struct NormalCell: View {
92
.padding(.leading, 8)
93
94
Text(answer.authorGeneration.isEmpty ? "3기" : answer.authorGeneration)
95
- .pretendard(.medium, 11)
96
- .foregroundStyle(.wh)
+ .pretendard(.medium, 10)
+ .foregroundStyle(.main)
97
.padding(.vertical, 2)
98
.padding(.horizontal, 8)
99
.background(.secondaryButton)
0 commit comments