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 c171b50 commit 795bb02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<color name="poke_fire">#E3613F</color>
<color name="poke_flying">#75A9D0</color>
<color name="poke_steel">#73B1CC</color>
<color name="poke_ice">#46C8C8</color>
<color name="poke_ice">#72D5FB</color>
<color name="poke_water">#3199E2</color>
<color name="poke_dragon">#016ECA</color>
<color name="poke_poison">#9454CC</color>
Expand All @@ -36,8 +36,8 @@
<color name="poke_bug">#9f9f27</color>
<color name="poke_rock">#C8B686</color>
<color name="poke_normal">#828282</color>
<color name="poke_dark">#514747</color>
<color name="poke_fairy">#E08CE0</color>
<color name="poke_dark">#4E4747</color>
<color name="poke_fairy">#F5B4FA</color>
<color name="item_pokemon_background_gray">#242627</color>

<!-- stats -->
Expand Down

0 comments on commit 795bb02

Please sign in to comment.