diff --git a/app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue b/app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue index 415e87592..fc68afb40 100644 --- a/app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue +++ b/app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue @@ -13,6 +13,9 @@ @@ -163,6 +166,10 @@ export default { } } +.is-unread { + font-weight: var(--font-weight-bold); +} + .notifications--loader { font-size: var(--font-size-default); display: flex;