From f3f2d9af61df33351da01671c3d0b7f484d088b4 Mon Sep 17 00:00:00 2001 From: "emre.kartal" Date: Fri, 19 Jan 2024 19:39:39 +0100 Subject: [PATCH] Delete Previews --- Sources/AllInApp/AllIn/Components/ParticipationModal.swift | 4 ---- Sources/AllInApp/AllIn/Components/ResultBanner.swift | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Sources/AllInApp/AllIn/Components/ParticipationModal.swift b/Sources/AllInApp/AllIn/Components/ParticipationModal.swift index 3ce675f..48b4f6d 100644 --- a/Sources/AllInApp/AllIn/Components/ParticipationModal.swift +++ b/Sources/AllInApp/AllIn/Components/ParticipationModal.swift @@ -71,7 +71,3 @@ struct ParticipationModal: View { }.background(AllInColors.underComponentBackgroundColor) } } - -#Preview { - ParticipationModal() -} diff --git a/Sources/AllInApp/AllIn/Components/ResultBanner.swift b/Sources/AllInApp/AllIn/Components/ResultBanner.swift index 91b201d..441542f 100644 --- a/Sources/AllInApp/AllIn/Components/ResultBanner.swift +++ b/Sources/AllInApp/AllIn/Components/ResultBanner.swift @@ -34,7 +34,3 @@ struct ResultBanner: View { .border(width: 2, edges: [.top,.bottom], color: AllInColors.blueAccentColor.opacity(0.2)) } } - -#Preview { - ResultBanner() -}