diff --git a/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/ui/screens/RecapSubmitPage.kt b/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/ui/screens/RecapSubmitPage.kt index 65c74a3..4d906c4 100644 --- a/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/ui/screens/RecapSubmitPage.kt +++ b/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/ui/screens/RecapSubmitPage.kt @@ -116,7 +116,7 @@ fun RecapSubmitPage( text = source ) Text( - text = character + text = "Character : $character" ) } } @@ -132,7 +132,8 @@ fun QuoteText(text: String ){ text = text, modifier = Modifier.padding(start = 10.dp, top = 15.dp), fontWeight = FontWeight(1000), - fontSize = 20.sp + fontSize = 20.sp, + color = Color.White ) }