Skip to content

Commit

Permalink
[MOD/#154] 색상 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 19, 2024
1 parent cbd25d1 commit 6119ce1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ fun HomeTodayIntern(
.noRippleClickable {
homeViewModel.updateScrapDialogVisible(true)
homeViewModel.updateIsToday(true)
homeViewModel.updateSelectColor(
Color(
android.graphics.Color.parseColor(
internList[index].color
)
)
)
selectedIndex = index
}
)
Expand Down

0 comments on commit 6119ce1

Please sign in to comment.