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

This commit is contained in:
Divya Jain
2022-11-07 03:21:06 +05:30
committed by GitHub
parent b417edf8c1
commit bb99d5cb6d

View File

@@ -10,7 +10,7 @@ body,
}
.vue-notification .notification-title {
@apply font-normal;
@apply font-normal text-base;
}
.vue-notification.success {