diff options
| author | Md Saban <45597394+mdsaban@users.noreply.github.com> | 2024-06-23 17:39:40 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-23 13:09:40 +0100 |
| commit | a63713032ff6b15b80348f724246e7abea40c8a4 (patch) | |
| tree | 159801228f4702104feb827c3e78236253a79cff /apps/web/components/dashboard/settings/DeleteApiKey.tsx | |
| parent | 1071095435ceb7030955bfdd9fc594e1a43c121b (diff) | |
| download | karakeep-a63713032ff6b15b80348f724246e7abea40c8a4.tar.zst | |
ui: Changes for user settings page (#251)
* fix: ui refactoring for user settings page
* fix: type error
* fix: pr comments
Diffstat (limited to 'apps/web/components/dashboard/settings/DeleteApiKey.tsx')
| -rw-r--r-- | apps/web/components/dashboard/settings/DeleteApiKey.tsx | 4 |
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> ); |
