chore: remove border color for field item

This commit is contained in:
Ephraim Atta-Duncan
2024-01-29 01:38:44 +00:00
parent 4ae19a9e63
commit 4af5ce3a6b
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,6 @@ export const AddSubjectFormPartial = ({
register,
handleSubmit,
formState: { errors, isSubmitting, touchedFields },
getValues,
setValue,
} = useForm<TAddSubjectFormSchema>({
defaultValues: {

View File

@ -72,7 +72,7 @@ export const SubjectFieldItem = ({ field, recipients }: FieldItemProps) => {
}}
bounds={`${PDF_VIEWER_PAGE_SELECTOR}[data-page-number="${field.page}"]`}
>
<Card className={cn('bg-background border-primary/80 h-full w-full')}>
<Card className={cn('bg-background h-full w-full')}>
<CardContent
className={cn(
'text-muted-foreground/50 flex h-full w-full flex-col items-center justify-center p-2',