Skip to content

Commit

Permalink
Fix coral light color
Browse files Browse the repository at this point in the history
The color token was based on a wrong spec. We just noticed the issue, so here is the update color token with the correct value
  • Loading branch information
LunarX committed Nov 18, 2024
1 parent 5534666 commit 603193c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<color name="mango_dark">#FFC166</color>
<color name="orange_light">#FF8500</color>
<color name="orange_dark">#FFAA4C</color>
<color name="coral_light">#EF5803</color>
<color name="coral_light">#FF540B</color>
<color name="coral_dark">#FD9459</color>
<color name="red_light">#F44336</color>
<color name="red_dark">#FC8878</color>
Expand Down

0 comments on commit 603193c

Please sign in to comment.