mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(TabbarItem): add @tabbar-item-active-background-color less var (#7162)
* Update var.less * Update index.less
This commit is contained in:
parent
334d5da840
commit
61106313dc
@ -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;
|
||||
|
@ -28,6 +28,7 @@
|
||||
}
|
||||
|
||||
&--active {
|
||||
background-color: @tabbar-item-active-background-color;
|
||||
color: @tabbar-item-active-color;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user