1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00

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>