We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e1e6f commit 33cb934Copy full SHA for 33cb934
Sources/SlideKit/Views/Previews/SlidePreview.swift
@@ -28,6 +28,7 @@ public struct SlidePreview: View {
28
SlideRouterView(slideIndexController: slideIndexController)
29
.background(backgroundColor)
30
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
31
+ .foregroundColor(.black)
32
}
33
.ignoresSafeArea()
34
.aspectRatio(slideSize, contentMode: .fit)
0 commit comments