From 46a60d7760bd85db4274a591162878d85fab6f81 Mon Sep 17 00:00:00 2001 From: Sachin Narendra Sharma Date: Tue, 9 Dec 2025 19:47:21 +0530 Subject: [PATCH] RMA-127830 As a user, I want all tabs in the application to follow a consistent design style so that navigation is seamless and visually uniform across all modules. --- .../dxc-tabs/dxc-tab/dxc-tab-icon/dxc-tab-icon.component.html | 2 +- projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tab/dxc-tab-icon/dxc-tab-icon.component.html b/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tab/dxc-tab-icon/dxc-tab-icon.component.html index 95a0b70bd..420146bd6 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tab/dxc-tab-icon/dxc-tab-icon.component.html +++ b/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tab/dxc-tab-icon/dxc-tab-icon.component.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts index 0276c8c5e..8ed5e9940 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts @@ -249,7 +249,6 @@ export class DxcTabsComponent implements OnChanges { white-space: normal; } .dxc-tab-label span { - color: var(--tabs-fontColor); opacity: 1; font-family: var(--tabs-fontFamily); font-size: var(--tabs-fontSize); @@ -263,7 +262,7 @@ export class DxcTabsComponent implements OnChanges { background-color: var(--tabs-hoverBackgroundColor); } &.mdc-tab--active{ - background-color: var(--tabs-backgroundColor) !important; + background-color: var(--tabs-backgroundColor); } } dxc-tab-icon {