Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(tabs): Fixes an issue where theme custom properties were not appl…
Browse files Browse the repository at this point in the history
…ied correctly.

Fixes APM-276090
  • Loading branch information
tomheller committed Jan 11, 2021
1 parent 36f5439 commit aab8675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/barista-components/tabs/src/tab-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import '../../core/src/style/variables';
@import '../../core/src/style/interactive-common';

:host,
:host .dt-color-main {
--dt-tabgroup-default-color: var(--dt-theme-main-default-color);
}
Expand Down

0 comments on commit aab8675

Please sign in to comment.