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