diff --git a/projects/components/src/tabs/content/tab-group.component.scss b/projects/components/src/tabs/content/tab-group.component.scss index f44e838d2..46e086d83 100644 --- a/projects/components/src/tabs/content/tab-group.component.scss +++ b/projects/components/src/tabs/content/tab-group.component.scss @@ -41,14 +41,14 @@ background: $gray-3 radial-gradient(circle, transparent 1%, $gray-3 1%) center/12000%; &.active { - background-color: $blue-5; + background-color: $gray-9; } } } &:active { .ink-bar { - background-color: $blue-5; + background-color: $gray-9; background-size: 100%; transition: background 0s; } @@ -77,6 +77,15 @@ display: flex; flex-direction: row; align-items: center; + color: $gray-5; + + &:hover { + color: $gray-9; + } + + &.active { + color: $gray-9; + } .tab-label-tag { margin-left: 4px; @@ -96,6 +105,6 @@ } &.active { - background-color: $blue-5; + background-color: $gray-9; } } diff --git a/projects/components/src/tabs/content/tab-group.component.ts b/projects/components/src/tabs/content/tab-group.component.ts index 31b50f99b..a95910983 100644 --- a/projects/components/src/tabs/content/tab-group.component.ts +++ b/projects/components/src/tabs/content/tab-group.component.ts @@ -27,7 +27,7 @@ import { TabComponent } from './tab/tab.component'; > -
+
{{ tab.label }}