Skip to content

Commit

Permalink
refactor: 독 타입 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosang committed Sep 26, 2024
1 parent 834eca2 commit 956ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<color name="poke_ice">#72D5FB</color>
<color name="poke_water">#3199E2</color>
<color name="poke_dragon">#016ECA</color>
<color name="poke_poison">#9454CC</color>
<color name="poke_poison">#b567cf</color>
<color name="poke_ghost">#704572</color>
<color name="poke_ground">#E87236</color>
<color name="poke_psychic">#FF6675</color>
Expand Down

0 comments on commit 956ca2a

Please sign in to comment.