Skip to content

Commit fb2bd01

Browse files
fix size of spinner in web vault filters (#16754)
1 parent 46aa386 commit fb2bd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/vault/individual-vault/vault-filter/components/vault-filter.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="tw-border tw-border-solid tw-border-secondary-300 tw-rounded" data-testid="filters">
22
<div class="tw-text-center tw-p-5" *ngIf="!isLoaded">
3-
<i class="bwi bwi-spinner bwi-spin bwi-3x" aria-hidden="true"></i>
3+
<i class="bwi bwi-spinner bwi-spin" aria-hidden="true"></i>
44
</div>
55
<div *ngIf="isLoaded">
66
<div

0 commit comments

Comments
 (0)