fix mobile buttons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<button [disabled]="disabled" mat-button>
|
||||
<button [disabled]="disabled">
|
||||
@if (icon) {
|
||||
<span><fa-icon [icon]="icon"></fa-icon><span class="content"> </span></span>
|
||||
<span><fa-icon [icon]="icon"></fa-icon><span class="content"> </span></span>
|
||||
}
|
||||
<span class="button-content">
|
||||
<ng-content></ng-content>
|
||||
|
||||
Reference in New Issue
Block a user