Browse Source

fix Notify Reminder Popup Design (#2529)

pull/2533/head
Jambaldorj Ochirpurev 3 years ago committed by GitHub
parent
commit
31a3868216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx

4
web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx

@ -33,7 +33,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
cursor: 'pointer', cursor: 'pointer',
paddingTop: '10px', paddingTop: '10px',
paddingRight: '10px', paddingRight: '10px',
fontSize: '16px', fontSize: '14px',
}; };
const popupClicked = e => { const popupClicked = e => {
@ -63,7 +63,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
return ( return (
mounted && ( mounted && (
<Popover <Popover
placement="topLeft" placement="topRight"
defaultOpen={openPopup} defaultOpen={openPopup}
open={openPopup} open={openPopup}
destroyTooltipOnHide destroyTooltipOnHide

Loading…
Cancel
Save