apply styles
This commit is contained in:
@@ -127,7 +127,7 @@ export function TimeRangePicker(props: TimeRangePickerProps) {
|
||||
{isOpen && (
|
||||
<>
|
||||
<div role="presentation" className={cx(modalBackdrop, styles.backdrop)} {...underlayProps} />
|
||||
<section ref={ref} {...overlayProps} {...dialogProps}>
|
||||
<section className={styles.content} ref={ref} {...overlayProps} {...dialogProps}>
|
||||
<FocusScope contain autoFocus>
|
||||
<TimePickerContent
|
||||
timeZone={timeZone}
|
||||
|
||||
Reference in New Issue
Block a user