Skip to content

Commit

Permalink
Implement enhancement issue #447 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderpach authored Sep 9, 2023
1 parent a4df98b commit 3f04c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fun TopBar(
)
}
}, colors = TopAppBarDefaults.smallTopAppBarColors(
containerColor = Color.Transparent,
containerColor = MaterialTheme.colorScheme.surface,
)
)
}
Expand Down

0 comments on commit 3f04c7f

Please sign in to comment.