Skip to content

Commit

Permalink
Make search result category text color dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Jan 8, 2025
1 parent daee073 commit 6cc7a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/searchbox/NodeSearchItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6cc7a3f

Please sign in to comment.