|
|
@ -116,7 +116,7 @@ fun RecapSubmitPage(
|
|
|
|
text = source
|
|
|
|
text = source
|
|
|
|
)
|
|
|
|
)
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
text = character
|
|
|
|
text = "Character : $character"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -132,7 +132,8 @@ fun QuoteText(text: String ){
|
|
|
|
text = text,
|
|
|
|
text = text,
|
|
|
|
modifier = Modifier.padding(start = 10.dp, top = 15.dp),
|
|
|
|
modifier = Modifier.padding(start = 10.dp, top = 15.dp),
|
|
|
|
fontWeight = FontWeight(1000),
|
|
|
|
fontWeight = FontWeight(1000),
|
|
|
|
fontSize = 20.sp
|
|
|
|
fontSize = 20.sp,
|
|
|
|
|
|
|
|
color = Color.White
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|