Improved alert dialog background color

This commit is contained in:
Juha Heinanen
2026-02-04 04:10:55 +02:00
parent 4eed7d8187
commit 42a60c0719

View File

@ -251,7 +251,7 @@ object CustomElements {
.padding(top = 16.dp, start = 16.dp, end = 16.dp, bottom = 0.dp),
shape = RoundedCornerShape(16.dp),
colors = CardDefaults.cardColors(
containerColor = MaterialTheme.colorScheme.surfaceContainer
containerColor = MaterialTheme.colorScheme.surfaceVariant
)
) {
Column(modifier = Modifier.padding(16.dp)) {