We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8db1d6 commit c25158fCopy full SHA for c25158f
projects/fusio-sdk/src/lib/component/token/list/token-list.component.html
@@ -23,7 +23,7 @@
23
<div class="btn-group" role="group">
24
<a [routerLink]="getDetailLink(entry.id)" class="btn btn-primary"><i class="bi bi-search"></i></a>
25
<a [routerLink]="getEditLink(entry.id)" class="btn btn-secondary"><i class="bi bi-pen"></i></a>
26
- <a [routerLink]="getDeleteLink(entry.id)" class="btn btn-secondary"><i class="bi bi-x"></i></a>
+ <a [routerLink]="getDeleteLink(entry.id)" class="btn btn-danger"><i class="bi bi-x"></i></a>
27
</div>
28
</td>
29
</tr>
0 commit comments