Updated DatePickerPopover to be themed

Fixes: #195

• Updated:
- DatePickerPopover to be themed
This commit is contained in:
mgabdev
2020-06-07 15:55:08 -04:00
parent 985e1458d5
commit 4ea9ad5ea4
2 changed files with 24 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ class DatePickerPopover extends PureComponent {
return (
<PopoverLayout width={331} isXS={isXS}>
<div className={[_s.default].join(' ')}>
<div className={[_s.default, _s.bgSubtle].join(' ')}>
<DatePicker
inline
target={this}