Fix: Changed Delete My Account button from primary to Destructive (#26326)

This commit is contained in:
Tamal Chakraborty
2025-12-31 04:02:27 +00:00
committed by GitHub
parent fee19654b0
commit 582e547bea
@@ -364,7 +364,7 @@ const ProfileView = ({ user }: Props) => {
<DialogFooter showDivider>
<DialogClose />
<Button
color="primary"
color="destructive"
data-testid="delete-account-confirm"
onClick={(e) => onConfirmButton(e)}
loading={deleteMeMutation.isPending}>