Skip to content

Commit

Permalink
Merge pull request #178 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Update TabItem
  • Loading branch information
jlpereira authored Oct 21, 2023
2 parents a6991af + 329aa4b commit 62fb3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tab/TabItem.global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<li class="inline-flex items-center text-sm">
<router-link
class="p-2 pb-2 block py-2 pr-4 pl-3 text-base-content border-b-2 border-transparent"
active-class="border-b-2 !border-blue-500 !text-primary-color"
active-class="border-b-2 !border-secondary-color font-medium"
:to="to"
>
<slot />
Expand Down

0 comments on commit 62fb3f8

Please sign in to comment.