Skip to content

Commit

Permalink
fix(BaseTabs): add text-sm class to tabs without icons in BaseTabs.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 18, 2023
1 parent 2479eb3 commit 92fce32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/base/BaseTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ watch(activeValue, (value) => {
<span
:class="[
props.type === 'box' && tab.icon && 'text-[.85rem]',
props.type === 'box' && !tab.icon && 'text-sm',
props.type === 'tabs' && 'text-sm',
]"
>
Expand Down

0 comments on commit 92fce32

Please sign in to comment.