Match notification font size to rest of the UI (#1399)

This commit is contained in:
Divya Jain
2022-11-06 22:51:06 +01:00
committed by GitHub
parent b417edf8c1
commit bb99d5cb6d
+1 -1
View File
@@ -10,7 +10,7 @@ body,
}
.vue-notification .notification-title {
@apply font-normal;
@apply font-normal text-base;
}
.vue-notification.success {