Skip to content

Commit

Permalink
💄 tab visibility improved #46
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik.lange committed Jul 3, 2024
1 parent 6e5ec26 commit 8fad67d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<v-card-text>
<v-tabs
color="secondary"
class="black--text"
active-class="active-tab-class"
show-arrows
center-active
>
Expand Down Expand Up @@ -69,3 +71,10 @@ export default defineComponent({
}
});
</script>

<style scoped>
.active-tab-class {
color: black;
font-weight: 500;
}
</style>

0 comments on commit 8fad67d

Please sign in to comment.