mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: remove border color for field item
This commit is contained in:
@ -61,7 +61,6 @@ export const AddSubjectFormPartial = ({
|
|||||||
register,
|
register,
|
||||||
handleSubmit,
|
handleSubmit,
|
||||||
formState: { errors, isSubmitting, touchedFields },
|
formState: { errors, isSubmitting, touchedFields },
|
||||||
getValues,
|
|
||||||
setValue,
|
setValue,
|
||||||
} = useForm<TAddSubjectFormSchema>({
|
} = useForm<TAddSubjectFormSchema>({
|
||||||
defaultValues: {
|
defaultValues: {
|
||||||
|
|||||||
@ -72,7 +72,7 @@ export const SubjectFieldItem = ({ field, recipients }: FieldItemProps) => {
|
|||||||
}}
|
}}
|
||||||
bounds={`${PDF_VIEWER_PAGE_SELECTOR}[data-page-number="${field.page}"]`}
|
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
|
<CardContent
|
||||||
className={cn(
|
className={cn(
|
||||||
'text-muted-foreground/50 flex h-full w-full flex-col items-center justify-center p-2',
|
'text-muted-foreground/50 flex h-full w-full flex-col items-center justify-center p-2',
|
||||||
|
|||||||
Reference in New Issue
Block a user