Skip to content

Commit 7001f3d

Browse files
committed
.
1 parent 46b9875 commit 7001f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/characters/catalog/catalog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
</div>
2626
<div class="btnArea">
27-
<button mat-raised-button matBadge="7" [matBadgeHidden]="hidden" (click)="toggleBadgeVisibility()">
27+
<button mat-fab matBadge="8" matBadgePosition="before" matBadgeSize="large" [matBadgeHidden]="hidden" (click)="toggleBadgeVisibility()">
2828
Hide
2929
</button>
3030
</div>

0 commit comments

Comments
 (0)