scroll stick
This commit is contained in:
@@ -32,11 +32,10 @@ struct FeaturedStoreCard: View {
|
||||
.padding(10)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Text(store.name)
|
||||
.font(AppTypography.heading3)
|
||||
.foregroundStyle(AppColors.textPrimary)
|
||||
.lineLimit(1)
|
||||
|
||||
HStack(spacing: 6) {
|
||||
Image(systemName: "star.fill")
|
||||
@@ -129,6 +128,8 @@ struct FeaturedStoreCardModel: Identifiable {
|
||||
let isFavorite: Bool
|
||||
let iconName: String
|
||||
let imageURL: String?
|
||||
let logoURL: String?
|
||||
let coverURL: String?
|
||||
}
|
||||
|
||||
struct SpecialOfferCard: View {
|
||||
|
||||
Reference in New Issue
Block a user