Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
fix: update search text size in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Nov 30, 2023
1 parent e9d0602 commit d7c8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sidebar/search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { elementX, elementY, isOutside } = useMouseInElement(searchRef)
<Icon name="carbon:search" class="mr-2 text-5 color-#a8a8a0 [user-select:none] flex-shrink-0" />
Quick search
<div class="flex-1" />
<div class="text-15px text-white text-op-30">
<div class="text-3 text-white text-op-30">
{{ isMac ? '' : 'ctrl' }} + K
</div>
<div
Expand Down

0 comments on commit d7c8d1e

Please sign in to comment.