fix((ui): date range custom date styles

This commit is contained in:
Shekar Siri 2023-06-20 09:33:58 +02:00
parent 3b481232ac
commit cea9ca87e4

View file

@ -74,6 +74,8 @@ function SelectDateRange(props: Props) {
className={cn('absolute top-0 mt-10 z-40', { 'right-0': right })}
style={{
width: '770px',
fontSize: '14px',
textAlign: 'left',
}}
>
<DateRangePopup timezone={timezone} onApply={onApplyDateRange} onCancel={() => setIsCustom(false)} selectedDateRange={period.range} />