feat: enhance SkillTreeModal with skill allocation logic and custom scrollbar styles

This commit is contained in:
2025-02-08 20:52:44 -03:00
parent 243c50a1a0
commit 78c0f52c39
6 changed files with 205 additions and 14 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default function InventoryModal({ inventory, petId, onClose, onPetUpdate
};
return (
<div className="fixed inset-0 bg-black/80 backdrop-blur-sm flex items-center justify-center p-4 z-50">
<div className="fixed inset-0 bg-black/50 backdrop-blur-sm flex items-center justify-center p-4 z-50">
<div className="bg-gray-800 p-6 rounded-xl max-w-2xl w-full">
<div className="flex justify-between items-center mb-4">
<h2 className="text-2xl font-bold">Inventory</h2>