change button colors for add and remove friend
This commit is contained in:
parent
db837d6d90
commit
e7ed757194
@ -137,6 +137,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
|
|||||||
onClick={addFriend}
|
onClick={addFriend}
|
||||||
tooltip={<p>Add as Friend</p>}
|
tooltip={<p>Add as Friend</p>}
|
||||||
icon={<UserIcon width={24} height={24} />}
|
icon={<UserIcon width={24} height={24} />}
|
||||||
|
color="bg-green-500"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
@ -145,6 +146,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
|
|||||||
onClick={removeFriend}
|
onClick={removeFriend}
|
||||||
tooltip={<p>Remove Friend</p>}
|
tooltip={<p>Remove Friend</p>}
|
||||||
icon={<XMarkIcon width={24} height={24} />}
|
icon={<XMarkIcon width={24} height={24} />}
|
||||||
|
color="bg-red-500"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user