Skip to content

Commit

Permalink
add colors
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Jan 22, 2024
1 parent 9fab75d commit 10e7711
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import androidx.compose.ui.graphics.Color

internal val Coral500 = Color(0xFFF86E6F)
internal val Lemon500 = Color(0xFFFFE83B)
internal val Lemon600 = Color(0xFFE1CA13)
internal val Lemon900 = Color(0xFF90720A)
internal val yellow500 = Color(0xFFFFD240)
internal val yellow500 = Color(0xFFE1B012)
internal val yellow600 = Color(0xFFFFD240)
internal val White = Color(0xFFFFFFFF)
internal val Gray900 = Color(0xFF151515)
internal val Gray800 = Color(0xFF242627)
Expand Down

0 comments on commit 10e7711

Please sign in to comment.