Chore: Fixes icon size in button (#3555)

* Chore: Fixes icon size in button

* Changes normal button to woot button
This commit is contained in:
Nithin David Thomas
2021-12-14 17:37:25 +05:30
committed by GitHub
parent ac372f188d
commit c2191e48b1
14 changed files with 87 additions and 71 deletions

View File

@@ -40,7 +40,7 @@
:class="{ 'is-active': isActive }"
@click="e => newLinkClick(e, navigate)"
>
<fluent-icon icon="add" />
<fluent-icon icon="add" size="16" />
<span class="button__content">
{{ $t(`SIDEBAR.${menuItem.newLinkTag}`) }}
</span>