File tree Expand file tree Collapse file tree
(app)/(home)/[orgId]/components/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export function DeviceAgentAccordionItem({
154154 < AccordionTrigger className = "px-4 hover:no-underline [&[data-state=open]]:pb-2" >
155155 < div className = "flex items-center gap-3" >
156156 { isCompleted ? (
157- < CheckCircle2 className = "text-green-600 dark:text-green-400 h-5 w-5" />
157+ < CheckCircle2 className = "text-primary h-5 w-5" />
158158 ) : (
159159 < Circle className = "text-muted-foreground h-5 w-5" />
160160 ) }
@@ -230,7 +230,7 @@ export function DeviceAgentAccordionItem({
230230 < CardContent className = "space-y-3" >
231231 < div className = "flex items-center gap-2" >
232232 { agentDevice . isCompliant ? (
233- < CheckCircle2 className = "text-green-600 dark:text-green-400 h-4 w-4" />
233+ < CheckCircle2 className = "text-primary h-4 w-4" />
234234 ) : (
235235 < Circle className = "text-amber-600 dark:text-amber-400 h-4 w-4" />
236236 ) }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function OtpForm({ email }: OtpFormProps) {
6464
6565 return (
6666 < Form { ...form } >
67- < form className = "grid gap-2 " onSubmit = { form . handleSubmit ( onSubmit ) } >
67+ < form className = "grid gap-4 place-items-center " onSubmit = { form . handleSubmit ( onSubmit ) } >
6868 < FormField
6969 control = { form . control }
7070 name = "otp"
You can’t perform that action at this time.
0 commit comments