Skip to content

Commit

Permalink
fix: info border color
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Nov 10, 2023
1 parent 88bf115 commit 6913e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unfold/templates/unfold/helpers/label.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<span class="border border-gray-200 font-semibold leading-none mr-2 px-2 py-1 rounded shadow-sm text-xxs uppercase whitespace-nowrap last:mr-0
<span class="border font-semibold leading-none mr-2 px-2 py-1 rounded shadow-sm text-xxs uppercase whitespace-nowrap last:mr-0
{% if type == 'info' %}
bg-blue-50 border-blue-200 text-blue-500 dark:bg-blue-500/20 dark:border-blue-500/10
{% elif type == 'danger' %}
Expand All @@ -8,7 +8,7 @@
{% elif type == 'success' %}
bg-green-50 border-green-200 text-green-500 dark:bg-green-500/20 dark:border-green-500/10
{% else %}
bg-white text-gray-400 dark:bg-white/[.04] dark:border-gray-800 dark:text-gray-400
bg-white border-gray-200 text-gray-400 dark:bg-white/[.04] dark:border-gray-800 dark:text-gray-400
{% endif %}
">
{{ text }}
Expand Down

0 comments on commit 6913e1c

Please sign in to comment.