setting background color to red for remove button in profile section (#15585)

This commit is contained in:
Sangram Bahadur
2024-06-26 20:52:20 +00:00
committed by GitHub
parent 2b3cb20fdf
commit db60f8faed
@@ -642,6 +642,7 @@ const ProfileForm = ({
{showRemoveAvatarButton && (
<Button
color="secondary"
className="hover:bg-red-600"
onClick={() => {
onChange(null);
}}>