refactor: edgeToEdge tweaks, chip elevation (#1962)

This commit is contained in:
James Rich 2025-05-28 09:34:08 -05:00 committed by GitHub
parent 9f0765526d
commit 3eefe4b66c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 56 additions and 97 deletions

View file

@ -99,6 +99,7 @@ enum class TopLevelDestination(val label: String, val icon: ImageVector, val rou
@Suppress("LongMethod")
@Composable
fun MainScreen(
modifier: Modifier = Modifier,
viewModel: UIViewModel = hiltViewModel(),
onAction: (MainMenuAction) -> Unit
) {
@ -146,6 +147,7 @@ fun MainScreen(
}
Scaffold(
modifier = modifier,
topBar = {
MainAppBar(
title = title,