Skip to content

Commit

Permalink
fix: 추천 밈 텍스트 색상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jongnan committed Aug 1, 2024
1 parent 892c492 commit c5fbc9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ private func recommendProgressBar(

private func recommendText(_ text: String) -> some View {
Text(text)
.font(Font.Weight.semiBold)
.foregroundStyle(Color.Text.secondary)
.font(Font.Weight.medium)
.foregroundStyle(Color.Text.tertiary)
}

#Preview {
Expand Down

0 comments on commit c5fbc9c

Please sign in to comment.