Skip to content

Commit

Permalink
[REFACTOR] #148 : 공지사항 페이지 캘린더 색상 black 25 -> black 20으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Mar 4, 2024
1 parent df58004 commit 24ba5f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal fun NoticeScreen(
onCalendarMonthChanged = onCalendarMonthChanged,
measureDefaultModifier = Modifier
.fillMaxWidth()
.background(WappTheme.colors.black25)
.background(WappTheme.colors.black20)
.layout { measurable, constraints ->
val placeable = measurable.measure(constraints)

Expand Down

0 comments on commit 24ba5f8

Please sign in to comment.