mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
fix: hover bg-active for notifications
This commit is contained in:
parent
edff8f676e
commit
713617e19a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue