diff --git a/src/components/player/PlayerInfo.tsx b/src/components/player/PlayerInfo.tsx index cafdcc2..2d7a90a 100644 --- a/src/components/player/PlayerInfo.tsx +++ b/src/components/player/PlayerInfo.tsx @@ -137,6 +137,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { onClick={addFriend} tooltip={

Add as Friend

} icon={} + color="bg-green-500" /> )} @@ -145,6 +146,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { onClick={removeFriend} tooltip={

Remove Friend

} icon={} + color="bg-red-500" /> )}