Skip to content

Commit c7860b5

Browse files
lxndrAleksandr Burobin
andauthored
fix(RelativeRangeDatePicker): pass popupClassName into popup component (#113)
Co-authored-by: Aleksandr Burobin <lxndr-b@yandex-team.ru>
1 parent 1f0db69 commit c7860b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RelativeRangeDatePicker/RelativeRangeDatePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export function RelativeRangeDatePicker(props: RelativeRangeDatePickerProps) {
243243
}}
244244
anchorRef={anchorRef}
245245
isMobile={isMobile}
246-
className={props.className}
246+
className={props.popupClassName}
247247
/>
248248
</div>
249249
);

0 commit comments

Comments
 (0)