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

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

View File

@ -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;