调整样式

This commit is contained in:
2024-07-16 16:09:11 +08:00
parent 0b3455c7c4
commit c0398da9be
5 changed files with 11 additions and 12 deletions

View File

@@ -140,9 +140,7 @@ fun NavigationController(navController: NavHostController) {
}
composable(route = "Comments") {
CommentsScreen()
CommentsScreen()
}
composable(route = "Likes") {
@@ -150,12 +148,7 @@ fun NavigationController(navController: NavHostController) {
}
composable(route = "Followers") {
Box(
modifier = Modifier.padding(bottom = navigationBarHeight)
) {
FollowerPage()
}
FollowerPage()
}
composable(route = "NewPost") {