fix: hover bg-active for notifications

pull/34/head
patak 2022-11-23 22:41:11 +01:00
rodzic edff8f676e
commit 713617e19a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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