Skip to content

Commit

Permalink
Changed update metadata buttons to be consistent [#1068]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Oct 26, 2021
1 parent 2ed06a7 commit 97f1b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -31,7 +31,7 @@
[disabled]="!isAdmin"
(click)="onUpdateMetadata()"
>
<mat-icon>sync</mat-icon>
<mat-icon>sync_alt</mat-icon>
</button>
<button
id="download-comic-button"
Expand Down
Expand Up @@ -51,7 +51,7 @@
id="update-metadata-button"
*ngIf="isAdmin"
mat-icon-button
color="accent"
color="warn"
class="cx-toolbar-button cx-margin-right-5"
[matTooltip]="'library.tooltip.update-metadata' | translate"
[disabled]="!selected.length"
Expand Down

0 comments on commit 97f1b4c

Please sign in to comment.