Skip to content

Commit a629fd4

Browse files
committed
Fix color issue
1 parent 1434d89 commit a629fd4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Example/Example/View/PickerExampleView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ struct PickerExampleView: View {
5555
}
5656
}
5757
}
58+
.background(Color.white)
59+
.foregroundStyle(.black)
5860
}
5961

6062
var singleDateSelectionView: some View {

0 commit comments

Comments
 (0)