Skip to content

Commit

Permalink
add .active class to nclistitem example
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 30, 2023
1 parent 6ba9ff4 commit 4a7ad19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NcListItem/NcListItem.vue
Expand Up @@ -30,7 +30,8 @@
:bold="false"
:details="'1h'"
:counter-number="44"
counterType="highlighted">
counterType="highlighted"
class="active">
<template #icon>
<NcAvatar :size="44" user="janedoe" display-name="Jane Doe" />
</template>
Expand Down

0 comments on commit 4a7ad19

Please sign in to comment.