From e45bf630ac9f28b6007ddbc69bc69a1616761f6e Mon Sep 17 00:00:00 2001 From: Andrii Momot Date: Tue, 22 Oct 2024 13:22:28 +0200 Subject: [PATCH] fix --- .../PushNotificationNudgingBottomSheet.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingBottomSheet/PushNotificationNudgingBottomSheet.swift b/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingBottomSheet/PushNotificationNudgingBottomSheet.swift index d836c3a6e..982f7d538 100644 --- a/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingBottomSheet/PushNotificationNudgingBottomSheet.swift +++ b/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingBottomSheet/PushNotificationNudgingBottomSheet.swift @@ -27,8 +27,7 @@ public struct PushNotificationNudgingBottomSheet: View { .padding([.leading, .trailing], Warp.Spacing.spacing100) } }.padding([.top, .bottom], Warp.Spacing.spacing100) - .background(.background) - } + }.background(.background) } }