setting background color to red for remove button in profile section (#15585)
This commit is contained in:
@@ -642,6 +642,7 @@ const ProfileForm = ({
|
||||
{showRemoveAvatarButton && (
|
||||
<Button
|
||||
color="secondary"
|
||||
className="hover:bg-red-600"
|
||||
onClick={() => {
|
||||
onChange(null);
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user