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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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