feat(TabbarItem): add @tabbar-item-active-background-color less var (#7162)

* Update var.less

* Update index.less
This commit is contained in:
Callum 2020-09-11 17:11:14 +02:00 committed by GitHub
parent 334d5da840
commit 61106313dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -754,6 +754,7 @@
@tabbar-item-font-size: @font-size-sm;
@tabbar-item-text-color: @gray-7;
@tabbar-item-active-color: @blue;
@tabbar-item-active-background-color: @tabbar-background-color;
@tabbar-item-line-height: 1;
@tabbar-item-icon-size: 22px;
@tabbar-item-margin-bottom: 4px;

View File

@ -28,6 +28,7 @@
}
&--active {
background-color: @tabbar-item-active-background-color;
color: @tabbar-item-active-color;
}