From a294880506a1420078645c2a53cc4c50d991ab37 Mon Sep 17 00:00:00 2001 From: Anukriti Singh Date: Wed, 20 Sep 2023 18:38:14 +0530 Subject: [PATCH] [ACS-5551]minor change --- .../lib/info-drawer/info-drawer-layout.component.scss | 9 +++++++-- lib/core/src/lib/info-drawer/info-drawer.component.scss | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss index ae7b97c99d..8041077610 100644 --- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss @@ -17,13 +17,18 @@ $adf-info-drawer-icon-size-half: 24px !default; background-color: var(--theme-card-background-color); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27); + & .mat-tab-labels { + padding: 0 32px; + } + & .mat-tab-label { height: 32px; - font-weight: bold; text-align: left; color: var(--theme-accent-color); opacity: 1; - + letter-spacing: 0.25px; + padding: 0; + margin: 0; &-active { color: var(--theme-primary-color); } diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.scss b/lib/core/src/lib/info-drawer/info-drawer.component.scss index 5284ab8850..e237293e3c 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer.component.scss @@ -49,7 +49,7 @@ } .mat-ink-bar { - height: 4px; + height: 2px; } .mat-tab-body {