TP-27990 | Notification icon expanded (#326)

This commit is contained in:
Aman Chaturvedi
2023-05-09 16:05:14 +05:30
committed by GitHub Enterprise
parent eb0670df2b
commit fe43b12f20
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ const NotificationMenu = () => {
};
return (
<Pressable style={GenericStyles.ph8} onPress={handleNotificationPress}>
<Pressable style={[GenericStyles.ph8, GenericStyles.pv10]} onPress={handleNotificationPress}>
<BellIcon />
<View style={[styles.notificationBadge, GenericStyles.alignCenter]}>
{totalUnreadElements ? (

View File

@@ -34,9 +34,10 @@ const CaseListHeader: React.FC<ICaseListHeader> = ({
<View
style={[
GenericStyles.row,
GenericStyles.alignCenter,
GenericStyles.spaceBetween,
GenericStyles.ph16,
GenericStyles.pv24,
GenericStyles.pv10,
]}
>
<Heading type="h3" style={[styles.headerLabel]}>