We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f55ff5 commit 87dc061Copy full SHA for 87dc061
src/unfold/templates/unfold/helpers/label.html
@@ -10,7 +10,7 @@
10
{% elif type == 'primary' %}
11
bg-primary-100 text-primary-700 dark:bg-primary-500/20 dark:text-primary-400
12
{% else %}
13
- bg-gray-100 text-gray-700 dark:bg-gray-500/20 dark:text-gray-400
+ bg-gray-100 text-gray-700 dark:bg-gray-500/20 dark:text-gray-200
14
{% endif %}">
15
{{ text }}
16
</span>
0 commit comments