Add to PartsOfSpeechView_Previews

This commit is contained in:
Avery Pace 2021-11-07 13:59:56 -05:00
parent 7b6daef4c2
commit 0f351477e1
1 changed files with 1 additions and 0 deletions

View File

@ -44,5 +44,6 @@ struct PartsOfSpeechView_Previews: PreviewProvider {
static var previews: some View {
PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")])
.preferredColorScheme(.dark)
PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")])
}
}