Fix remove button color

This commit is contained in:
shamoon 2024-01-12 13:13:47 -08:00
parent 2a3533c747
commit ac77449456

View File

@ -19,7 +19,7 @@
@if (filename) {
<div class="form-text d-flex align-items-center">
<span class="text-muted">{{filename}}</span>
<button type="button" class="btn btn-link btn-sm ms-2" (click)="clear()">
<button type="button" class="btn btn-link btn-sm text-danger ms-2" (click)="clear()">
<svg class="sidebaricon" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#x"/>
</svg><small class="ms-1" i18n>Remove</small>