Skip to content

Commit

Permalink
Merge pull request #3181 from VKCOM/issue3179-TabsItem-fix-appearance…
Browse files Browse the repository at this point in the history
…-token

fix(TabsItem): заменил `header_tint_alternate` на `button_secondary_foreground`
  • Loading branch information
inomdzhon authored Sep 6, 2022
2 parents 18f74cb + 12ab195 commit 3440a92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions src/components/TabsItem/TabsItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@
}

.TabsItem--selected.TabsItem--accent .TabsItem__before {
color: var(--header_tint_alternate, var(--vkui--color_icon_accent_themed));
color: var(
--button_secondary_foreground,
var(--vkui--color_icon_accent_themed)
);
}

.TabsItem--selected.TabsItem--secondary .TabsItem__before {
Expand All @@ -129,7 +132,10 @@
}

.TabsItem--selected.TabsItem--accent .TabsItem__label {
color: var(--header_tint_alternate, var(--vkui--color_text_accent_themed));
color: var(
--button_secondary_foreground,
var(--vkui--color_text_accent_themed)
);
}

.TabsItem--selected.TabsItem--secondary .TabsItem__label {
Expand Down

0 comments on commit 3440a92

Please sign in to comment.