Less offset for feature card fallback images

This commit is contained in:
Jackson Harper
2023-07-17 15:59:19 +08:00
parent 71ce97d32f
commit 6a0698a61b

View File

@ -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))
}