feat(Cell): adjust icon margin to 4px (#3721)

This commit is contained in:
neverland 2020-11-02 18:56:11 +08:00 committed by GitHub
parent 410c21f0c7
commit ed68b5c25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,11 +57,11 @@
}
&__left-icon-wrap {
margin-right: 5px;
.theme(margin-right, '@padding-base');
}
&__right-icon-wrap {
margin-left: 5px;
.theme(margin-left, '@padding-base');
.theme(color, '@cell-right-icon-color');
}