fix: hover bg-active for notifications

zio/stable
patak 2022-11-23 22:41:11 +01:00
parent edff8f676e
commit 713617e19a
1 changed files with 1 additions and 0 deletions

View File

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