Skip to content

Commit 33cb934

Browse files
committed
Fix color
1 parent 26e1e6f commit 33cb934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SlideKit/Views/Previews/SlidePreview.swift

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public struct SlidePreview: View {
2828
SlideRouterView(slideIndexController: slideIndexController)
2929
.background(backgroundColor)
3030
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
31+
.foregroundColor(.black)
3132
}
3233
.ignoresSafeArea()
3334
.aspectRatio(slideSize, contentMode: .fit)

0 commit comments

Comments
 (0)