Skip to content

Commit 8de5db8

Browse files
fix: remove ad-hoc styles from DeleteServiceAccountTokenDialog
1 parent 9f6366c commit 8de5db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/[team]/access/service-accounts/[account]/_components/DeleteServiceAccountTokenDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const DeleteServiceAccountTokenDialog = ({
6060
<div className="space-y-4">
6161
<div className="text-neutral-500 py-4">Are you sure you want to delete this token?</div>
6262
<div className="flex justify-end">
63-
<Button variant="danger" onClick={handleDelete} isLoading={loading} className="flex items-center gap-1">
63+
<Button variant="danger" onClick={handleDelete} isLoading={loading}>
6464
<FaTrashAlt /> Delete
6565
</Button>
6666
</div>

0 commit comments

Comments
 (0)