From fe38e34c64224195cdc61b5344dbd6abfbab9ca4 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Fri, 28 Jul 2023 00:13:29 +0300 Subject: [PATCH] Disable opacity #patch --- .../StoreKit/StoreScreen/StoreInstuctinsView.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift b/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift index 90afe6c..123c0c8 100644 --- a/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift +++ b/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift @@ -116,13 +116,13 @@ public struct StoreInstuctinsView: View { .foregroundColor(.onSurfaceHighEmphasis.opacity(0.3)) .frame(width: 30) .offset(y: screenSize.safeAreaHeight - 300) - .opacity(1 - (offset * 0.01)) + //.opacity(1 - (offset * 0.01)) } StoreFeaturesLargeView() .paddingContent(.horizontal) .environmentObject(viewModel) - .opacity(0 + (offset * 0.01)) + //.opacity(0 + (offset * 0.01)) } .padding(.bottom, 220) } @@ -164,13 +164,13 @@ public struct StoreInstuctinsView: View { .foregroundColor(.onSurfaceHighEmphasis.opacity(0.3)) .frame(width: 30) .offset(y: screenSize.safeAreaHeight - 300) - .opacity(1 - (offset * 0.01)) + //.opacity(1 - (offset * 0.01)) } StoreFeaturesLargeView() .paddingContent(.horizontal) .environmentObject(viewModel) - .opacity(0 + (offset * 0.01)) + //.opacity(0 + (offset * 0.01)) if isShowAllPlans { productsLust(data: data)