Skip to content

Commit 6eed23e

Browse files
author
Rajat
committed
fix types
1 parent f9ed7e0 commit 6eed23e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • apps/web/components/admin/settings/apikey

apps/web/components/admin/settings/apikey/new.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ export default function NewApikey({
123123
)}
124124
{!apikey && (
125125
<div className="flex gap-2">
126-
<Button disabled={!name || loading} sx={{ mr: 1 }}>
126+
<Button disabled={!name || loading}>
127127
{APIKEY_NEW_BTN_CAPTION}
128128
</Button>
129129
<Link href={`/dashboard/settings?tab=API%20Keys`}>
130-
<Button variant="soft">{BUTTON_CANCEL_TEXT}</Button>
130+
<Button variant="secondary">
131+
{BUTTON_CANCEL_TEXT}
132+
</Button>
131133
</Link>
132134
</div>
133135
)}

0 commit comments

Comments
 (0)