Skip to content

Commit

Permalink
Fix search result category text on light theme (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne authored Jan 8, 2025
1 parent 7e85100 commit 67e6df7
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 67e6df7

Please sign in to comment.