Skip to content

Commit

Permalink
YES
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWNico committed Oct 18, 2024
1 parent f2abc7b commit 3e1baa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifescape-app/app/(app)/(tabs)/character/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Inventory = () => {
case 2:
return "#00ff00"; // Uncommon - Green
case 3:
return "#0000ff"; // Rare - Blue
return "#ADD8E6"; // Rare - Blue
case 4:
return "#800080"; // Epic - Purple
case 5:
Expand Down

0 comments on commit 3e1baa3

Please sign in to comment.