fix: remove border (#6391)

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
pull/6408/head
Nafees Nazik 2023-01-11 15:58:57 +05:30 committed by GitHub
parent edfc9ff082
commit 6fbabb4b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -229,11 +229,7 @@ const ProfileView = () => {
{/* Delete account Dialog */}
<Dialog open={deleteAccountOpen} onOpenChange={setDeleteAccountOpen}>
<DialogTrigger asChild>
<Button
data-testid="delete-account"
color="destructive"
className="mt-1 border-2"
StartIcon={Icon.FiTrash2}>
<Button data-testid="delete-account" color="destructive" className="mt-1" StartIcon={Icon.FiTrash2}>
{t("delete_account")}
</Button>
</DialogTrigger>