Skip to content

Commit

Permalink
feat(TabsItem__after): change colors (#6945)
Browse files Browse the repository at this point in the history
- closed #6943
  • Loading branch information
SevereCloud authored May 28, 2024
1 parent 42f878a commit d568710
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 20 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/vkui/src/components/TabsItem/TabsItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@
/* Элемент */
.TabsItem__after {
margin-inline-start: 6px;
color: var(--vkui--color_icon_medium);
}

.TabsItem--selected .TabsItem__after {
color: var(--vkui--color_icon_primary);
}

.TabsItem--mode-accent.TabsItem--selected .TabsItem__after {
color: var(--vkui--color_icon_accent_themed);
}

Expand Down

0 comments on commit d568710

Please sign in to comment.