Skip to content

Commit

Permalink
[REFACTOR] #150 : Notice 화면 바텀시트 둥글게 보이도록 배경 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Mar 5, 2024
1 parent e986390 commit 1d4cab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ internal fun NoticeScreen(
Column(
modifier = Modifier
.fillMaxSize()
.background(WappTheme.colors.black25),
.background(WappTheme.colors.black20),
) {
BottomSheetScaffold(
scaffoldState = scaffoldState,
Expand Down

0 comments on commit 1d4cab3

Please sign in to comment.