修改打卡点详情的布局细节参数(边距、字体、尺寸)

This commit is contained in:
2024-07-13 20:33:14 +08:00
parent 4eb12c1a99
commit e3aae7e05f
5 changed files with 141 additions and 34 deletions

View File

@@ -174,7 +174,7 @@ fun Navigation() {
}
) { it
Box(
modifier = Modifier.padding(it.calculateTopPadding())
modifier = Modifier.padding(it)
) {
NavigationController(navController = navController)
}