feat(android): complete first successful skip export
This commit is contained in:
@@ -164,7 +164,7 @@ struct ProductDetailSheet: View {
|
||||
.padding(20)
|
||||
.padding(.bottom, 80)
|
||||
}
|
||||
.safeAreaInset(edge: .bottom) {
|
||||
.appBottomSafeAreaInset {
|
||||
HStack(spacing: 12) {
|
||||
HStack(spacing: 10) {
|
||||
Button(action: { if quantity > 0 { quantity -= 1 } }) {
|
||||
|
||||
Reference in New Issue
Block a user