Skip to content

Commit b76124a

Browse files
committed
fix utility icon rendering
1 parent db2f097 commit b76124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const SvgIcon = forwardRef(
193193
size = '',
194194
align,
195195
container,
196-
textColor,
196+
textColor = 'default',
197197
style,
198198
...rprops
199199
} = props;

0 commit comments

Comments
 (0)