1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Resolve the Tailwind CSS class error (#13700)

This commit is contained in:
cyprain-okeke
2025-03-06 14:47:03 +01:00
committed by GitHub
parent 63521ba0da
commit 96fa9e2ea7

View File

@@ -1,10 +1,10 @@
<ng-container *ngIf="loading"> <ng-container *ngIf="loading">
<i <i
class="bwi bwi-spinner bwi-spin text-muted" class="bwi bwi-spinner bwi-spin tw-text-muted"
title="{{ 'loading' | i18n }}" title="{{ 'loading' | i18n }}"
aria-hidden="true" aria-hidden="true"
></i> ></i>
<span class="sr-only">{{ "loading" | i18n }}</span> <span class="tw-sr-only">{{ "loading" | i18n }}</span>
</ng-container> </ng-container>
<bit-table *ngIf="!loading"> <bit-table *ngIf="!loading">
<ng-container header> <ng-container header>