Openstatus www.openstatus.dev

chore: form card info variant (#1411)

authored by

Maximilian Kaske and committed by
GitHub
0cb1c224 93fb2776

+4 -2
+2
apps/dashboard/src/components/forms/form-card.tsx
··· 19 19 variant: { 20 20 default: "", 21 21 destructive: "border-destructive", 22 + info: "border-info", 22 23 }, 23 24 defaultVariants: { 24 25 variant: "default", ··· 103 104 variant: { 104 105 default: "", 105 106 destructive: "border-destructive bg-destructive/5", 107 + info: "border-info bg-info/5", 106 108 }, 107 109 defaultVariants: { 108 110 variant: "default",
+2 -2
apps/dashboard/src/components/forms/status-page/form-configuration.tsx
··· 146 146 <> 147 147 <Form {...form}> 148 148 <form id="redesign" onSubmit={form.handleSubmit(submitAction)}> 149 - <FormCard> 149 + <FormCard variant="info"> 150 150 <FormCardHeader> 151 151 <FormCardTitle>Status Page Redesign (beta)</FormCardTitle> 152 152 <FormCardDescription> ··· 427 427 </FormCardContent> 428 428 </> 429 429 )} 430 - <FormCardFooter> 430 + <FormCardFooter variant="info"> 431 431 <FormCardFooterInfo> 432 432 Learn more about{" "} 433 433 <Link