mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
appstore: use colored border instead of colored backgrounds for category badges
This commit is contained in:
parent
8644b2e6e4
commit
a52c769abc
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
{{ infos['manifest']['description']['en'] }}
|
||||
</p>
|
||||
{% if infos['category'] %}
|
||||
<span class="rounded-full bg-{{ catalog['categories'][infos['category']]['color'] }}-500 px-2.5 py-0.5 text-[10px] {% if catalog['categories'][infos['category']]['color'] != 'white' %} text-white {% else %} border border-gray-400 {% endif %} ">
|
||||
<span class="rounded-full px-2.5 py-0.5 text-[10px] border text-{{ catalog['categories'][infos['category']]['color'] }}-500 border-{{ catalog['categories'][infos['category']]['color'] }}-400 ">
|
||||
{{ catalog['categories'][infos['category']]['title'][locale].lower() }}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue