Skip to content

Commit

Permalink
[ACS-5576] Icon updated as per the figma (#3432)
Browse files Browse the repository at this point in the history
* icon classes updated as per the figma

* removed the unsed class

* review comments resolved

* removed unnecessary css classes

* updated icon name

* updated the icon class
  • Loading branch information
pkunduGL authored Sep 20, 2023
1 parent c6e54e2 commit fcc289f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@
"id": "app.sidebar.expand",
"order": 200,
"title": "APP.INFO_DRAWER.TABS.EXPAND",
"icon": "chevron_left",
"icon": "aspect_ratio",
"actions": {
"click": "EXPAND_INFO_DRAWER"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
data-automation-id="close-library"
title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}"
(click)="goBack()">
<mat-icon>close</mat-icon>
<mat-icon>fullscreen_exit</mat-icon>
</button>
</div>

Expand Down

0 comments on commit fcc289f

Please sign in to comment.