apply styles

This commit is contained in:
Ashley Harrison
2022-12-09 13:55:27 +00:00
parent 2228f7d597
commit 51ae1f3d00
@@ -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}