We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b9875 commit 7001f3dCopy full SHA for 7001f3d
src/app/characters/catalog/catalog.component.html
@@ -24,7 +24,7 @@
24
</div>
25
26
<div class="btnArea">
27
- <button mat-raised-button matBadge="7" [matBadgeHidden]="hidden" (click)="toggleBadgeVisibility()">
+ <button mat-fab matBadge="8" matBadgePosition="before" matBadgeSize="large" [matBadgeHidden]="hidden" (click)="toggleBadgeVisibility()">
28
Hide
29
</button>
30
0 commit comments