feat: refs#6659 defaultComponents

This commit is contained in:
Sergio De la torre 2025-03-24 12:29:40 +01:00
parent ad370ba09a
commit 4524e3a887
1 changed files with 1 additions and 0 deletions
app/src/main/java/es/verdnatura/presentation/composable/ui

View File

@ -93,6 +93,7 @@ fun DescriptionTextCustomDialog(
Text(
text = description,
color = VerdnaturaColors.White,
style = MaterialTheme.typography.bodyLarge,
modifier = Modifier.padding(bottom = 8.dp)
)
}