This commit is contained in:
pablodanswer
2024-11-05 08:32:47 -08:00
parent 2cb33b1fb4
commit ddae2346ec
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export default function CardSection({
return ( return (
<div <div
className={cn( className={cn(
"p-6 shadow-sm rounded-lg bg-white border border-border-strong/80", "p-6 shadow-sm rounded-lg bg-white border border-border-strong/80",
className className
)} )}
> >

View File

@@ -188,7 +188,7 @@ export default function CreateCredential({
onSubmit={() => {}} // This will be overridden by our custom submit handlers onSubmit={() => {}} // This will be overridden by our custom submit handlers
> >
{(formikProps) => ( {(formikProps) => (
<Form> <Form className="w-full flex items-stretch">
{!hideSource && ( {!hideSource && (
<p className="text-sm"> <p className="text-sm">
Check our Check our