Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -73,7 +73,7 @@ class DatePickerPopover extends React.PureComponent {
|
||||
isXS={isXS}
|
||||
onClose={this.handleOnClosePopover}
|
||||
>
|
||||
<div className={[_s._, _s.bgSubtle].join(' ')}>
|
||||
<div className={[_s.d, _s.bgSubtle].join(' ')}>
|
||||
<DatePicker
|
||||
inline
|
||||
target={this}
|
||||
@@ -102,7 +102,7 @@ class DatePickerPopover extends React.PureComponent {
|
||||
</div>
|
||||
{
|
||||
date &&
|
||||
<div className={[_s._, _s.aiCenter, _s.flexRow, _s.px10, _s.py10, _s.borderTop1PX, _s.borderColorSecondary].join(' ')}>
|
||||
<div className={[_s.d, _s.aiCenter, _s.flexRow, _s.px10, _s.py10, _s.borderTop1PX, _s.borderColorSecondary].join(' ')}>
|
||||
<Text size='extraSmall' color='secondary'>
|
||||
<FormattedMessage id='scheduled_for_datetime' defaultMessage='Scheduled for {datetime}' values={{
|
||||
datetime: moment.utc(date).format('lll'),
|
||||
|
||||
Reference in New Issue
Block a user