fix: hover bg-active for notifications

This commit is contained in:
patak 2022-11-23 22:41:11 +01:00
parent edff8f676e
commit 713617e19a

View file

@ -13,6 +13,7 @@ const { paginator } = defineProps<{
<template #default="{ item }">
<NotificationCard
:notification="item"
hover:bg-active
border="b base" pt-4
/>
</template>