Skip to content

Commit

Permalink
[CHORE/#57] 색상 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Jul 12, 2024
1 parent 4d08fca commit d13c019
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ val ToastGrey = Color(0XFF666666)
// Calendar Color
val CalRed = Color(0xFFED4E54)
val CalOrange1 = Color(0xFFEE7647)
val CalOrange2 = Color(0xFF5397F3)
val CalOrange2 = Color(0xFFF3A649)
val CalYellow = Color(0xFFF5E660)
val CalGreen1 = Color(0xFFC4E953)
val CalGreen2 = Color(0xFF84D558)
val CalBlue1 = Color(0xFF45D0CC)
val CalBlue2 = Color(0xFF4119F2)
val CalBlue2 = Color(0xFF4AA9F2)
val CalPurple = Color(0xFF9B64E2)
val CalPink = Color(0xFFF260AC)

Expand Down

0 comments on commit d13c019

Please sign in to comment.