Skip to content

Commit ed30d04

Browse files
committed
chore(Icon): 修复上次提交造成的图标颜色异常问题
1 parent b3f660d commit ed30d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Component({
77
name: String,
88
color: {
99
type: String,
10-
value: '#45526B'
10+
value: '#3963bc'
1111
},
1212
size: {
1313
type: String,

0 commit comments

Comments
 (0)