Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add icon and change fonts for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Feb 8, 2023
1 parent ab9e304 commit f0e1ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/VTabs/VTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ export default defineComponent({

<style module>
.bordered {
@apply label-bold md:description-bold rounded-t-sm border-x border-t border-tx;
@apply rounded-t-sm border-x border-t border-tx text-sm font-semibold md:text-base md:font-semibold md:leading-snug;
}
.plain {
@apply label-regular rounded-sm border-tx bg-tx hover:bg-dark-charcoal-10;
@apply rounded-sm border-tx bg-tx text-sm hover:bg-dark-charcoal-10;
}
.bordered-selected {
@apply -mb-[1px] border border-x-dark-charcoal-20 border-t-dark-charcoal-20 border-b-white bg-white;
Expand Down

0 comments on commit f0e1ab9

Please sign in to comment.