Fix search result category text on light theme (#2198)

This commit is contained in:
bymyself
2025-01-08 08:57:10 -07:00
committed by GitHub
parent 7e8510028d
commit 67e6df7c72

View File

@@ -17,7 +17,7 @@
</div>
<div
v-if="showCategory"
class="option-category font-light text-sm text-gray-400 overflow-hidden text-ellipsis whitespace-nowrap"
class="option-category font-light text-sm text-muted overflow-hidden text-ellipsis whitespace-nowrap"
>
{{ nodeDef.category.replaceAll('/', ' > ') }}
</div>