Skip to content

Commit

Permalink
feat: use btnèprimary
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 25, 2023
1 parent 9ac7c12 commit 933c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<router-link
v-if="searchable"
:to="searchInPathRoute(path)"
class="tree-view__header__search ml-2 btn-outline-primary btn btn-sm rounded-pill"
class="tree-view__header__search ml-2 btn-primary btn btn-sm rounded-pill"
>
<fa icon="search"></fa>
{{ $t('treeView.searchPath') }}
Expand Down

0 comments on commit 933c083

Please sign in to comment.