Skip to content

Commit

Permalink
refactor(Button): rm host in selectors (#8012)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Nov 28, 2024
1 parent a698551 commit 57e9974
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/vkui/src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,27 +286,27 @@
/*
Buttons text colors
*/
.host.appearanceAccent {
.appearanceAccent {
color: var(--vkui--color_text_accent_themed);
}

.host.appearancePositive {
.appearancePositive {
color: var(--vkui--color_text_positive);
}

.host.appearanceNegative {
.appearanceNegative {
color: var(--vkui--color_text_negative);
}

.host.appearanceNeutral {
.appearanceNeutral {
color: var(--vkui--color_text_primary);
}

.host.modePrimary.appearanceNeutral {
.modePrimary.appearanceNeutral {
color: var(--vkui--color_text_contrast_themed);
}

.host.appearanceAccentInvariable {
.appearanceAccentInvariable {
color: var(--vkui--color_text_accent);
}

Expand Down

0 comments on commit 57e9974

Please sign in to comment.