From bb99d5cb6d88fc84c6a89bab21776bc2df4bd6d1 Mon Sep 17 00:00:00 2001 From: Divya Jain Date: Mon, 7 Nov 2022 03:21:06 +0530 Subject: [PATCH] Match notification font size to rest of the UI (#1399) --- web/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/style.css b/web/src/style.css index 720d6e9e9..e634eb68c 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -10,7 +10,7 @@ body, } .vue-notification .notification-title { - @apply font-normal; + @apply font-normal text-base; } .vue-notification.success {