fix: hover bg-active for notifications
parent
edff8f676e
commit
713617e19a
|
@ -13,6 +13,7 @@ const { paginator } = defineProps<{
|
|||
<template #default="{ item }">
|
||||
<NotificationCard
|
||||
:notification="item"
|
||||
hover:bg-active
|
||||
border="b base" pt-4
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue