|
|
@ -35,9 +35,6 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({ |
|
|
|
paddingRight: '10px', |
|
|
|
paddingRight: '10px', |
|
|
|
fontSize: '16px', |
|
|
|
fontSize: '16px', |
|
|
|
}; |
|
|
|
}; |
|
|
|
const bgColor = getComputedStyle(document.documentElement).getPropertyValue( |
|
|
|
|
|
|
|
'--theme-color-palette-7', |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const popupClicked = e => { |
|
|
|
const popupClicked = e => { |
|
|
|
e.stopPropagation(); |
|
|
|
e.stopPropagation(); |
|
|
@ -73,7 +70,6 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({ |
|
|
|
title={title} |
|
|
|
title={title} |
|
|
|
content={content} |
|
|
|
content={content} |
|
|
|
overlayInnerStyle={popupStyle} |
|
|
|
overlayInnerStyle={popupStyle} |
|
|
|
color={bgColor} |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
{children} |
|
|
|
{children} |
|
|
|
</Popover> |
|
|
|
</Popover> |
|
|
|