Skip to content

Commit

Permalink
Update spinner style
Browse files Browse the repository at this point in the history
  • Loading branch information
zackcl committed Sep 10, 2024
1 parent fdae6fe commit 590fe2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ng-container content *ngIf="isSectionCardExpanded">
<ng-container *ngIf="!(isInitialLoading$ | async); else table">
<div class="mat-spinner-container">
<mat-spinner></mat-spinner>
<mat-spinner diameter="60"></mat-spinner>
</div>
</ng-container>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
justify-content: center;
align-items: center;
height: 100%;
}
padding: 64px;
}

0 comments on commit 590fe2b

Please sign in to comment.