Skip to content

Commit

Permalink
[refactor] : Yellow 500, 600 컬러 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ham2174 committed Jan 22, 2024
1 parent 026640f commit 80c4837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/designsystem/src/main/java/com/moya/funch/theme/Color.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ internal val Coral500 = Color(0xFFF86E6F)
internal val Lemon500 = Color(0xFFFFE83B)
internal val Lemon600 = Color(0xFFE1CA13)
internal val Lemon900 = Color(0xFF90720A)
internal val yellow500 = Color(0xFFE1B012)
internal val yellow600 = Color(0xFFFFD240)
internal val Yellow500 = Color(0xFFFFD240)
internal val Yellow600 = Color(0xFFE1B012)
internal val White = Color(0xFFFFFFFF)
internal val Gray900 = Color(0xFF151515)
internal val Gray800 = Color(0xFF242627)
Expand Down

0 comments on commit 80c4837

Please sign in to comment.