Skip to content

Commit

Permalink
[ACS-5540] modified changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Sep 21, 2023
1 parent 7462f25 commit 2089c95
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
</div>
<div class="acs-details-buttons">
<aca-toolbar [items]="aspectActions" info-drawer-buttons></aca-toolbar>
<button class="aca-close-details-button" mat-icon-button data-automation-id="close-library"
title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}" (click)="goBack()">
<mat-icon>close</mat-icon>
<button
class="aca-close-details-button"
mat-icon-button
data-automation-id="close-library"
title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}"
(click)="goBack()">
<mat-icon>fullscreen_exit</mat-icon>
</button>
</div>
</div>
Expand Down

0 comments on commit 2089c95

Please sign in to comment.