fix purple background color for notification reminder pop up & fix failing build (#2224)
* fix notification reminder popup -> purple background * Prettified Code! * resolved color to color variables * Prettified Code! * fix purple bgcolor for notification reminder popp up & fix failing build Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
||||
title={title}
|
||||
content={content}
|
||||
overlayInnerStyle={popupStyle}
|
||||
color={styles.popupBackgroundColor}
|
||||
>
|
||||
{children}
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user