mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Clean up colouring on tabs
This commit is contained in:
parent
41443c70b5
commit
7cf0c37c88
2 changed files with 1 additions and 2 deletions
|
|
@ -50,6 +50,5 @@ struct LibraryTabView: View {
|
|||
}
|
||||
}
|
||||
.navigationViewStyle(.stack)
|
||||
.accentColor(.appGrayTextContrast)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ public struct LibraryItemCard: View {
|
|||
labels
|
||||
}
|
||||
}
|
||||
.padding(.bottom, 8)
|
||||
.padding(.bottom, 5)
|
||||
.draggableItem(item: item)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue