Skip to content

Commit

Permalink
spinner edit
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 16, 2024
1 parent 6c113c0 commit de29134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/user/profile/UserDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ const UserDetails: React.FC = () => {
{isEditing && (
<>
{isUploading ? (<div
className="absolute inset-0 flex items-center justify-center bg-gray-600 bg-opacity-50 rounded-full opacity-0 hover:opacity-100 transition-opacity duration-300 cursor-pointer"
className="absolute inset-0 flex items-center justify-center bg-gray-600 bg-opacity-50 rounded-full transition-opacity duration-300 cursor-pointer"
onClick={handleImageClick}
>
<FaSpinner className="animate-spin mr-2 text-[10px] text-blue-900 " />
<FaSpinner className="animate-spin mr-2 text-[50px] text-blue-900 " />
</div>) : (
<div
className="absolute inset-0 flex items-center justify-center bg-gray-600 bg-opacity-50 rounded-full opacity-0 hover:opacity-100 transition-opacity duration-300 cursor-pointer"
Expand Down

0 comments on commit de29134

Please sign in to comment.