Skip to content

Commit

Permalink
feat: change color for active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 3, 2023
1 parent fe7bd2d commit a4eda1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/CommonRouteTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ useCommands(() => command
relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all
tabindex="1"
hover:bg-active transition-100
exact-active-class="children:(text-secondary !border-primary !op100)"
exact-active-class="children:(text-secondary !border-primary !op100 !text-base)"
@click="!preventScrollTop && $scrollToTop()"
>
<span ws-nowrap mxa sm:px2 sm:py3 py2 text-center border-b-3 text-secondary-light hover:text-secondary border-transparent>{{ option.display }}</span>
Expand Down

0 comments on commit a4eda1c

Please sign in to comment.