Fix: Text visibility in Sheets

This commit is contained in:
machiav3lli 2022-10-05 02:38:58 +02:00
parent 3574101fec
commit 6d42eebc80
2 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,7 @@ class AppSheetX() : FullscreenBottomSheetDialogFragment(), Callbacks {
} }
}, },
containerColor = Color.Transparent, containerColor = Color.Transparent,
contentColor = MaterialTheme.colorScheme.onBackground,
snackbarHost = { SnackbarHost(snackbarHostState) }, snackbarHost = { SnackbarHost(snackbarHostState) },
) { paddingValues -> ) { paddingValues ->
LazyColumn( LazyColumn(

View File

@ -168,6 +168,7 @@ class SortFilterSheet() : FullscreenBottomSheetDialogFragment() {
} }
}, },
containerColor = Color.Transparent, containerColor = Color.Transparent,
contentColor = MaterialTheme.colorScheme.onBackground,
) { paddingValues -> ) { paddingValues ->
LazyColumn( LazyColumn(
modifier = Modifier modifier = Modifier