Skip to content

Commit

Permalink
fix NcListItem bold
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc authored and backportbot-nextcloud[bot] committed May 11, 2023
1 parent bb61782 commit a90f659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@

<!-- Second line, subtitle and counter -->
<div class="line-two"
:class="{'line-one--bold': bold}">
:class="{'line-two--bold': bold}">
<span v-if="hasSubtitle" class="line-two__subtitle">
<!-- @slot Slot for the second line of the component -->
<slot name="subtitle" />
Expand Down

0 comments on commit a90f659

Please sign in to comment.