we don't have a bold heading for a notification right now. Its just a string (message field) coming from backend.
{ "id": 30, "author": "Platform Admin", "message": "Your pipeline has been running for over 7 hours. The run has been cancelled and our team is looking into the problem on priority.", "timestamp": "2024-09-18T09:14:56.960Z", "urgent": false, "scheduled_time": null, "sent_time": "2024-09-18T09:14:58.138Z", "read_status": true }
So to make it more visible I have changed the font weight to 700. In figma its 600.
So I think without the Bold heading, font weight 700 helps distinguish read and unread notification.
If any issues with this, we cant just change the fontweight field on line number 189 in the ManageNotifications.tsx page, to 600.
As its in the figma -
{ "id": 30, "author": "Platform Admin", "message": "Your pipeline has been running for over 7 hours. The run has been cancelled and our team is looking into the problem on priority.", "timestamp": "2024-09-18T09:14:56.960Z", "urgent": false, "scheduled_time": null, "sent_time": "2024-09-18T09:14:58.138Z", "read_status": true }
font weight to 700. In figma its 600.
fontweight field on line number 189
in theManageNotifications
.tsx page, to 600.