Facturas de cliente
This commit is contained in:
parent
bb1ce13fee
commit
a845ccd820
@ -195,8 +195,8 @@ export function DatePickerInputComp<TFormValues extends FieldValues>({
|
||||
|
||||
{!isDisabled && !isReadOnly && (
|
||||
<PopoverContent className='w-auto p-0'>
|
||||
<Card className='border-none shadow-none'>
|
||||
<CardHeader className="border-b">
|
||||
<Card className='border-none shadow-none py-6 gap-3'>
|
||||
<CardHeader className="border-b px-3 [.border-b]:pb-3">
|
||||
<CardTitle>{label}</CardTitle>
|
||||
<CardDescription>{description || "\u00A0"}</CardDescription>
|
||||
<CardAction>
|
||||
@ -215,7 +215,7 @@ export function DatePickerInputComp<TFormValues extends FieldValues>({
|
||||
</Button>
|
||||
</CardAction>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<CardContent className='px-0'>
|
||||
<Calendar
|
||||
defaultMonth={field.value ? new Date(field.value) : undefined}
|
||||
{...calendarProps}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user