Skip to content

Commit 628bee2

Browse files
张寸起7insummer
authored andcommitted
feat:更新toast组件icon默认颜色
1 parent 428907f commit 628bee2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/toast/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Component({
104104
offsetX = 0,
105105
offsetY = 0,
106106
iconSize = '60',
107-
iconColor = '#fff'
107+
iconColor = ''
108108
} = options;
109109
this.setData({
110110
title,

examples/dist/toast/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Component({
104104
offsetX = 0,
105105
offsetY = 0,
106106
iconSize = '60',
107-
iconColor = '#fff'
107+
iconColor = ''
108108
} = options;
109109
this.setData({
110110
title,

src/toast/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Component({
104104
offsetX = 0,
105105
offsetY = 0,
106106
iconSize = '60',
107-
iconColor = '#fff'
107+
iconColor = ''
108108
} = options;
109109
this.setData({
110110
title,

0 commit comments

Comments
 (0)