Migrate to material compose alpha10

This commit is contained in:
Sylwester Zieliński
2022-05-03 13:02:13 +02:00
parent 51a9a739c2
commit bf84a46492
4 changed files with 36 additions and 42 deletions

View File

@@ -32,9 +32,6 @@ fun StringListDialog(config: StringListDialogConfig) {
fun StringListView(config: StringListDialogConfig) {
Card(
modifier = Modifier.height(300.dp),
backgroundColor = MaterialTheme.colorScheme.surfaceVariant,
shape = RoundedCornerShape(10.dp),
elevation = 0.dp
) {
Column(
modifier = Modifier.padding(16.dp),