mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Tweak contrast on author
This commit is contained in:
parent
9c9b91d853
commit
e80f2457ad
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ public struct LibraryItemCard: View {
|
|||
var byLine: some View {
|
||||
Text(bylineStr)
|
||||
.font(.caption2)
|
||||
.foregroundColor(Color.isDarkMode ? Color.themeLightGray : Color.themeLightestGray)
|
||||
.foregroundColor(Color.isDarkMode ? Color.themeDarkWhiteGray : Color.themeMiddleGray)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.lineLimit(1)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue