Skip to content

Commit b3b2225

Browse files
committed
fixed style
1 parent 1eef6c5 commit b3b2225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create-text-gradient-class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const createTextGradientClass = (
371371
}
372372

373373
newProps.style = [
374-
...{ color: 'gray' },
374+
{ color: 'gray' },
375375
newProps.style
376376
];
377377

0 commit comments

Comments
 (0)