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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user