fix(style): active-color (#4327)

This commit is contained in:
neverland 2019-09-02 22:23:59 +08:00 committed by GitHub
parent 042bfb15b6
commit cda7bfc685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
// Component Colors
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #040405;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color-light: #fafafa;