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 {