Skip to content

Commit

Permalink
feat(tab): increase inline-svg size
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Apr 30, 2020
1 parent 5afffcb commit d169d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/components/src/lib/tab/tab.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[class.xs:hidden]="tab.hideOnMobile" [class.md:hidden]="tab.hideOnDesktop">
<a class="flex flex-col items-center hover:text-blue" [class.hover:text-color]="tab.logo" [routerLink]="tab.url"
[routerLinkActive]="tab.routeActive ? 'active-tab' : ''">
<niz-inline-svg class="h-8 w-8" [svgSource]="tab.image"></niz-inline-svg>
<niz-inline-svg class="h-10 w-10" [svgSource]="tab.image"></niz-inline-svg>
<span *ngIf="tab.text" class="mt-1 text-lg font-semibold tracking-tight">{{tab.text}}</span>
</a>
</div>

0 comments on commit d169d3c

Please sign in to comment.