Skip to content

Commit

Permalink
fix: 디테일 페이지 패딩 추가 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 31, 2024
1 parent fee47c6 commit dda0481
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ fun AnnouncementDetailScreen(
},
content = {
NofficeBasicScaffold(
modifier = Modifier.padding(paddingValues = it),
containerColor = Grey50,
statusBarColor = Grey50,
navigationBarColor = Grey50,
Expand Down

0 comments on commit dda0481

Please sign in to comment.