WIP plugins: update plugin
[oweals/peertube.git] / client / src / app / shared / buttons / delete-button.component.html
index 6c55d810493538c46fc9578f4e40469ddd13e2bf..25196fbd5650f74f5eeeafedd44101f0c9bc3be6 100644 (file)
@@ -1,5 +1,5 @@
-<span class="action-button action-button-delete" [title]="getTitle()" role="button">
-  <span class="icon icon-delete-grey"></span>
+<span class="action-button action-button-delete grey-button" [title]="title" role="button">
+  <my-global-icon iconName="delete"></my-global-icon>
 
   <span class="button-label" *ngIf="label">{{ label }}</span>
   <span class="button-label" i18n *ngIf="!label">Delete</span>