remove underline

This commit is contained in:
Satindar Dhillon
2022-05-16 10:34:02 -07:00
parent 2378a08287
commit 70f6ae5040
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ public struct GridCard: View {
Text(publisherDisplayName)
.font(.appCaptionTwo)
.foregroundColor(.appGrayText)
.underline()
.lineLimit(1)
}

View File

@ -30,7 +30,6 @@ public struct FeedCard: View {
Text(publisherDisplayName)
.font(.appCaption)
.foregroundColor(.appGrayText)
.underline()
.lineLimit(1)
}
}