mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
Fixed: Rotation on paper-airplane icons
This commit is contained in:
parent
4f98e6b111
commit
79dd135a26
|
@ -162,9 +162,7 @@
|
||||||
<div class="flex items-center h-11 my-px ml-4">
|
<div class="flex items-center h-11 my-px ml-4">
|
||||||
<button
|
<button
|
||||||
mat-icon-button>
|
mat-icon-button>
|
||||||
<mat-icon
|
<mat-icon [svgIcon]="'heroicons_outline:paper-airplane'"></mat-icon>
|
||||||
class="rotate-90"
|
|
||||||
[svgIcon]="'heroicons_outline:paper-airplane'"></mat-icon>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -178,9 +178,7 @@
|
||||||
<div class="flex items-center h-11 my-px ml-4">
|
<div class="flex items-center h-11 my-px ml-4">
|
||||||
<button
|
<button
|
||||||
mat-icon-button>
|
mat-icon-button>
|
||||||
<mat-icon
|
<mat-icon [svgIcon]="'heroicons_outline:paper-airplane'"></mat-icon>
|
||||||
class="rotate-90"
|
|
||||||
[svgIcon]="'heroicons_outline:paper-airplane'"></mat-icon>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user