diff --git a/V2er/View/FeedDetail/AuthorInfoView.swift b/V2er/View/FeedDetail/AuthorInfoView.swift index 2085e0d..07e1737 100644 --- a/V2er/View/FeedDetail/AuthorInfoView.swift +++ b/V2er/View/FeedDetail/AuthorInfoView.swift @@ -69,7 +69,7 @@ struct AuthorInfoView: View { } Text(title) .font(.headline) - .foregroundColor(.bodyText) + .foregroundColor(.primaryText) .greedyWidth(.leading) .padding(.top, 10) .debug()