Skip to content

Commit

Permalink
fix: badge border radius (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Jan 8, 2025
1 parent 36f7dd3 commit 4854618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/helpers/app_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="font-semibold flex flex-row group items-center mb-1 mx-3 py-1.5 px-3
</span>

{% if item.badge %}
<span class="bg-red-600 font-semibold ml-2 px-1 relative rounded text-xs text-white">
<span class="bg-red-600 font-semibold ml-2 px-1 relative rounded-sm text-xs text-white">
{% if item.badge_callback %}
{{ item.badge_callback }}
{% else %}
Expand Down

0 comments on commit 4854618

Please sign in to comment.