Skip to content

Commit

Permalink
pkp/pkp-lib#10703 Fix notification font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 16, 2024
1 parent 8d50a95 commit b5808da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:key="i"
class="w-full border border-light p-3"
>
<h3 class="lg-bold text-heading">{{ notification.title }}</h3>
<h3 class="text-lg-bold text-heading">{{ notification.title }}</h3>
<p class="pt-2 text-base-normal">{{ notification.text }}</p>
</div>
</div>
Expand Down

0 comments on commit b5808da

Please sign in to comment.