Skip to content

Commit

Permalink
Merge branch 'develop' into feature/155_improvement_navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rladmsdh committed Jun 22, 2023
2 parents d904e17 + 4fa02b6 commit 9dc49bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fun AlarmItem(
daysDifference > 0 -> "${daysDifference}일 전"
hoursDifference <= 0 ->"${minutesDifference}분 전"
else -> "${hoursDifference}시간 전"
}
}.let { if (it == "0분 전") "방금전" else it }

val tint = if (alarmList.is_read) black else purple300

Expand Down

0 comments on commit 9dc49bf

Please sign in to comment.