feat: refs#6659 defaultComponents
This commit is contained in:
parent
ad370ba09a
commit
4524e3a887
app/src/main/java/es/verdnatura/presentation/composable/ui
|
@ -93,6 +93,7 @@ fun DescriptionTextCustomDialog(
|
|||
Text(
|
||||
text = description,
|
||||
color = VerdnaturaColors.White,
|
||||
style = MaterialTheme.typography.bodyLarge,
|
||||
modifier = Modifier.padding(bottom = 8.dp)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue