fix((ui): date range custom date styles
This commit is contained in:
parent
3b481232ac
commit
cea9ca87e4
1 changed files with 2 additions and 0 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue