Change default surface color to surface container low

This commit is contained in:
Artem Chepurnoy 2024-02-12 10:58:18 +02:00
parent 116311d409
commit fbfacd12a7
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ fun HomeScreenContent(
}, },
), ),
) { ) {
val defaultContainerColor = MaterialTheme.colorScheme.surfaceContainer val defaultContainerColor = MaterialTheme.colorScheme.surfaceContainerLow
CompositionLocalProvider( CompositionLocalProvider(
LocalSurfaceColor provides defaultContainerColor, LocalSurfaceColor provides defaultContainerColor,
LocalNavigationNodeVisualStack provides persistentListOf(), LocalNavigationNodeVisualStack provides persistentListOf(),