aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/settings/DeleteApiKey.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/settings/DeleteApiKey.tsx')
-rw-r--r--apps/web/components/dashboard/settings/DeleteApiKey.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/settings/DeleteApiKey.tsx b/apps/web/components/dashboard/settings/DeleteApiKey.tsx
index cbbe8320..e2334c44 100644
--- a/apps/web/components/dashboard/settings/DeleteApiKey.tsx
+++ b/apps/web/components/dashboard/settings/DeleteApiKey.tsx
@@ -47,8 +47,8 @@ export default function DeleteApiKey({
</ActionButton>
)}
>
- <Button variant="destructive">
- <Trash className="size-5" />
+ <Button variant="outline">
+ <Trash size={18} color="red" />
</Button>
</ActionConfirmingDialog>
);