[ACS-5576] Icon updated as per the figma (#3432)

* 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
This commit is contained in:
pkunduGL
2023-09-21 00:29:09 +05:30
committed by GitHub
parent c6e54e20d0
commit fcc289ffa3
2 changed files with 2 additions and 2 deletions

View File

@@ -1244,7 +1244,7 @@
"id": "app.sidebar.expand", "id": "app.sidebar.expand",
"order": 200, "order": 200,
"title": "APP.INFO_DRAWER.TABS.EXPAND", "title": "APP.INFO_DRAWER.TABS.EXPAND",
"icon": "chevron_left", "icon": "aspect_ratio",
"actions": { "actions": {
"click": "EXPAND_INFO_DRAWER" "click": "EXPAND_INFO_DRAWER"
}, },

View File

@@ -18,7 +18,7 @@
data-automation-id="close-library" data-automation-id="close-library"
title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}" title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}"
(click)="goBack()"> (click)="goBack()">
<mat-icon>close</mat-icon> <mat-icon>fullscreen_exit</mat-icon>
</button> </button>
</div> </div>