mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Less offset for feature card fallback images
This commit is contained in:
parent
71ce97d32f
commit
6a0698a61b
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public struct LibraryFeatureCard: View {
|
|||
HStack {
|
||||
Text(item.unwrappedTitle.prefix(1))
|
||||
.font(Font.system(size: 128, weight: .bold))
|
||||
.offset(CGSize(width: -48, height: 32))
|
||||
.offset(CGSize(width: -48, height: 12))
|
||||
.frame(alignment: .bottomLeading)
|
||||
.foregroundColor(Gradient.randomColor(str: item.unwrappedTitle, offset: 1))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue