diff --git a/Toki Trainer/Views/PartsOfSpeechView.swift b/Toki Trainer/Views/PartsOfSpeechView.swift index 949bc59..d07cc89 100644 --- a/Toki Trainer/Views/PartsOfSpeechView.swift +++ b/Toki Trainer/Views/PartsOfSpeechView.swift @@ -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")]) } }