From 40f3b161003f71ecacf57b9641de66acd14e3fab Mon Sep 17 00:00:00 2001 From: Muhammad Mahmoud Date: Wed, 18 Oct 2023 18:49:27 +0300 Subject: [PATCH] fix(Notification): add roles for accessibility (#724) --- src/runtime/components/overlays/Notification.vue | 8 +++++++- src/runtime/components/overlays/Notifications.vue | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/runtime/components/overlays/Notification.vue b/src/runtime/components/overlays/Notification.vue index 7c5ad358..f80c32b5 100644 --- a/src/runtime/components/overlays/Notification.vue +++ b/src/runtime/components/overlays/Notification.vue @@ -1,6 +1,12 @@