From b68f098450e64072ca9c58f8086d54d83b2c2fc2 Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Mon, 17 Aug 2020 13:41:09 -0400 Subject: [PATCH] fix notification title weight --- .../private/components/notification-item/notification-item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/views/private/components/notification-item/notification-item.vue b/app/src/views/private/components/notification-item/notification-item.vue index 8f10a9bd84..c31238473b 100644 --- a/app/src/views/private/components/notification-item/notification-item.vue +++ b/app/src/views/private/components/notification-item/notification-item.vue @@ -108,7 +108,7 @@ export default defineComponent({ } .title { - font-weight: 500; + font-weight: 600; } &::after {