1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

feat(TabbarItem): increase icon size to 22px ()

This commit is contained in:
neverland 2020-11-02 16:43:29 +08:00 committed by GitHub
parent 0fc426e061
commit a51b817ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -510,8 +510,8 @@
@tabbar-item-text-color: @gray-7;
@tabbar-item-active-color: @blue;
@tabbar-item-line-height: 1;
@tabbar-item-icon-size: 18px;
@tabbar-item-margin-bottom: 5px;
@tabbar-item-icon-size: 22px;
@tabbar-item-margin-bottom: 4px;
// Tab
@tab-text-color: @gray-7;