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
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@
}
&--active {
background-color: @tabbar-item-active-background-color;
color: @tabbar-item-active-color;
}