remove underline
This commit is contained in:
@ -104,7 +104,6 @@ public struct GridCard: View {
|
||||
Text(publisherDisplayName)
|
||||
.font(.appCaptionTwo)
|
||||
.foregroundColor(.appGrayText)
|
||||
.underline()
|
||||
.lineLimit(1)
|
||||
}
|
||||
|
||||
|
||||
@ -30,7 +30,6 @@ public struct FeedCard: View {
|
||||
Text(publisherDisplayName)
|
||||
.font(.appCaption)
|
||||
.foregroundColor(.appGrayText)
|
||||
.underline()
|
||||
.lineLimit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user