From fcc289ffa36ec1308de98ee151664d4b5e33d7f9 Mon Sep 17 00:00:00 2001 From: pkunduGL <142476714+pkunduGL@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:29:09 +0530 Subject: [PATCH] [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 --- projects/aca-content/assets/app.extensions.json | 2 +- .../src/lib/components/details/details.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index 692b547d19..9c0d7fff4d 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -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" }, diff --git a/projects/aca-content/src/lib/components/details/details.component.html b/projects/aca-content/src/lib/components/details/details.component.html index de8c24fee0..2d9dda876a 100644 --- a/projects/aca-content/src/lib/components/details/details.component.html +++ b/projects/aca-content/src/lib/components/details/details.component.html @@ -18,7 +18,7 @@ data-automation-id="close-library" title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}" (click)="goBack()"> - close + fullscreen_exit