mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
Fix color badge in navbar menu (#2236)
This commit is contained in:
5
.changeset/lemon-penguins-sin.md
Normal file
5
.changeset/lemon-penguins-sin.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"preview": patch
|
||||
---
|
||||
|
||||
Fix color badge in navbar menu
|
||||
@@ -25,7 +25,7 @@
|
||||
</span>
|
||||
|
||||
{% if level-1[1].badge %}
|
||||
<span class="badge badge-sm bg-red">{{ level-1[1].badge }}</span>
|
||||
<span class="badge badge-sm bg-red text-red-fg">{{ level-1[1].badge }}</span>
|
||||
{% endif %}
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user