This commit is contained in:
pablodanswer
2025-02-13 18:09:32 -08:00
committed by Chris Weaver
parent 3a704f1950
commit e3aafd95af

View File

@@ -194,7 +194,7 @@ export default function CreateCredential({
for information on setting up this connector. for information on setting up this connector.
</p> </p>
)} )}
<CardSection className="w-full items-start bg-blue-200 !border-0 mt-4 flex flex-col gap-y-6"> <CardSection className="w-full items-start dark:bg-neutral-900 mt-4 flex flex-col gap-y-6">
<TextFormField <TextFormField
name="name" name="name"
placeholder="(Optional) credential name.." placeholder="(Optional) credential name.."
@@ -215,7 +215,7 @@ export default function CreateCredential({
/> />
))} ))}
{!swapConnector && ( {!swapConnector && (
<div className="mt-4 flex flex-col sm:flex-row justify-between items-end"> <div className="mt-4 flex w-full flex-col sm:flex-row justify-between items-end">
<div className="w-full sm:w-3/4 mb-4 sm:mb-0"> <div className="w-full sm:w-3/4 mb-4 sm:mb-0">
{isPaidEnterpriseFeaturesEnabled && ( {isPaidEnterpriseFeaturesEnabled && (
<div className="flex flex-col items-start"> <div className="flex flex-col items-start">