Skip to content

Commit

Permalink
fix(toast): svg color (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyatong authored Nov 20, 2024
1 parent a7cae6b commit 85a05cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/toast/demos/taro/demo2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Demo5 = () => {
type: 'fail',
duration: 2,
position: 'center',
icon: <Jd />,
icon: <Jd color="#ffffff" />,
lockScroll: true,
onClose: () => {
console.log('close')
Expand Down

0 comments on commit 85a05cd

Please sign in to comment.