parent
a4df98b9ed
commit
3f04c7f007
@ -48,12 +48,12 @@ fun BottomBar(
|
||||
val view = LocalView.current
|
||||
|
||||
Surface(
|
||||
modifier = Modifier.navigationBarsPadding(),
|
||||
tonalElevation = tonalElevation.value.dp,
|
||||
) {
|
||||
// TODO: Component styles await refactoring
|
||||
Row(
|
||||
modifier = Modifier
|
||||
.navigationBarsPadding()
|
||||
.fillMaxWidth()
|
||||
.height(60.dp),
|
||||
horizontalArrangement = Arrangement.SpaceAround,
|
||||
|
@ -83,7 +83,7 @@ fun TopBar(
|
||||
)
|
||||
}
|
||||
}, colors = TopAppBarDefaults.smallTopAppBarColors(
|
||||
containerColor = Color.Transparent,
|
||||
containerColor = MaterialTheme.colorScheme.surface,
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user