@ -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