Skip to content

Commit

Permalink
fix: messages class (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Sep 9, 2024
1 parent a810187 commit 6062813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/helpers/messages.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if messages %}
<ul>
{% for message in messages %}
<li class="mb-3 px-3 py-3 rounded-md text-sm last:mb-8
<li class="{{ message.tags }} mb-3 px-3 py-3 rounded-md text-sm last:mb-8
{% if message.tags == 'success' %}
bg-green-100 text-green-700 dark:bg-green-500/20 dark:text-green-400
{% elif message.tags == 'warning' %}
Expand Down

0 comments on commit 6062813

Please sign in to comment.