diff --git a/libs/components/src/navigation/nav-item.component.html b/libs/components/src/navigation/nav-item.component.html index 4f4c165a43..3080913139 100644 --- a/libs/components/src/navigation/nav-item.component.html +++ b/libs/components/src/navigation/nav-item.component.html @@ -10,7 +10,6 @@ 'padding-left': (variant === 'tree' ? 2.5 : 1) + treeDepth * 1.5 + 'rem' }" class="tw-relative tw-flex tw-items-center tw-pr-4" - [ngClass]="[variant === 'tree' ? 'tw-py-1' : 'tw-py-2']" >
- {{ - text - }} +
+ {{ + text + }} +