1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

resolve the Tailwind CSS class error (#13699)

This commit is contained in:
cyprain-okeke
2025-03-06 14:40:12 +01:00
committed by GitHub
parent ed83b6a445
commit 63521ba0da

View File

@@ -2,7 +2,7 @@
<bit-container>
<ng-container *ngIf="loading">
<i class="bwi bwi-spinner bwi-spin text-muted" title="{{ 'loading' | i18n }}"></i>
<i class="bwi bwi-spinner bwi-spin tw-text-muted" title="{{ 'loading' | i18n }}"></i>
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
</ng-container>
<ng-container *ngIf="!loading">